Authorization Code Grant Flow: login before receiving code #334
Unanswered
thomas-advantitge
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
@thomas-advantitge thank you for sharing this flow For other code flow concerns, can you please share reproducible steps? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use Authorizer as an OAuth2 server (OpenID compatible).
Executing the following request:
results in a redirect (even without code_challenge specified) to:
This behaviour happens regardless of an existing session or not. In case of no session, the login form of the
/appapplication is shown. However, an authorization code (<code>in the path above) is already present. Is this expected without the user first proving login/consent?I'm referring to step 4-5-6 in the below diagram (https://auth0.com/docs/get-started/authentication-and-authorization-flow/authorization-code-flow-with-proof-key-for-code-exchange-pkce#how-it-works):

Beta Was this translation helpful? Give feedback.
All reactions