Oracle Access Manager 11g R2PS3 (OAM 11.1.2.3): OAuth Error: "client_id Parameter Value Is Invalid"
(Doc ID 2297795.1)
Last updated on NOVEMBER 22, 2024
Applies to:
Oracle Access Manager - Version 11.1.2.3.0 and laterInformation in this document applies to any platform.
Oracle is not responsible for instructions/information from 3rd party sites that may be contained in this KM note.
Goal
Goal is to authenticate in app using OAuth : http://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/Developers/GettingStarted/Authentication/authenticate-using-oauth.htm
Step used -
curl - i
--request GET "https://<OAM_HOSTNAME>:<OAM_PORT>/ms_oauth/oauth2/endpoints/oauthservice/authorize?
response_type=code
&client_id=<CLIENT_ID>
&redirect_uri=http://<REDIRECT_HOSTNAME>/<PROTECTED_RESOURCE>
&scope=user_read&state=xyz"
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |