Configuring OAuth 2.0 authentication for our Oracle E-Business Suite (EBS)
Summary:
Hi,
We tried configuring OAuth 2.0 authentication for our Oracle E-Business Suite (EBS) instance using Oracle Cloud Infrastructure (OCI)
Steps Taken:
Registered an OAuth 2.0 client in OCI and obtained the client ID and client secret.
Constructed the authorization URL as follows:
https://identity.oraclecloud.com?response_type=code&client_id=YOUR_CLIENT_ID&redirect_uri=http://instance/oauth/callback&scope=openid
Attempted to obtain the authorization code by directing users to the above URL.
Issue: Despite following the above steps, we are unable to successfully complete the OAuth 2.0 authentication flow. We are not being redirected back to the specified redirect URI with an authorization code.