Avoid browser login during Authorization code flow if user already has access token #9246
Unanswered
jatinsinghalsg
asked this question in
Q&A
Replies: 0 comments
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.
-
We need to implement "Authorization Code Flow for OIDC" in KeyCloak. We already generate "access_token" for users using
grant_type: passwordwhen they first login to our application.When I try and implement the OAuth flow, I am presented with an
authorization_endpointwhich redirects to the KeyCloak login page. I need to avoid this flow for the user as he has already logged in once.I tried using
id_token_hintbut it doesn’t seem to work. I geterror=login_requiredin redirect_uri.Is there something I am missing?
Beta Was this translation helpful? Give feedback.
All reactions