IDCS: How to Bypass/avoid Consent Screen In OAuth Flow for scope=openid during IDCS Login?
(Doc ID 2495014.1)
Last updated on FEBRUARY 16, 2020
Applies to:
Identity Cloud Service (IDCS) - Version N/A and laterInformation in this document applies to any platform.
Goal
You have a custom built application and integrating with IDCS for Authentication and Authorization.
Login Flow:
1. Call /oauth2/v1/authorize?response_type=code&scope=openid&client_id=<client_id>&redirect_url=<your_application_url>&state=<random>
2. IDCS Login Screen shown - authenticate to IDCS using username/password.
3. IDCS provide page for consent for email – Click Okay/Accept
4. IDCS redirects to application.
You want to skip step#3 by using any options or passing some response from the application calling /oauth2/v1/authorize...
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 |