Allow user to select between logged in accounts with prompt=select_account #14768
Unanswered
dotrunghieu96
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The social sources need to be added to authentik: https://docs.goauthentik.io/docs/add-secure-apps/flows-stages/stages/identification/#source-settings You can then add the social sources to the identification stage: https://docs.goauthentik.io/docs/add-secure-apps/flows-stages/stages/identification/#source-settings These sources are then displayed at the login screen. |
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.
-
Question
Hi everyone,
In case an user wants to log in with different accounts (let's say 1 from google, 1 from github, ...), how can I enable this?
What I've tried:
NextJS Frontend
In my NextJS application, using auth.js, I added the
prompt=select_account
query parameter as described in the OIDC specAuthentik configuration
My application prodiver is configured with the default
default-authentication-flow
(no changes in stages binding)Application Provider
Flow Stages Binding
But still after logout and login again, I'm still authenticated immediately, there are no account selection screen. Is this part of the OIDC spec not implemented (since it is not a MUST)?
Beta Was this translation helpful? Give feedback.
All reactions