Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Injecting prompt= URL parameters into OAuth source (social login / federated) authorization endpoint request #9971

Open
a-priestley opened this issue Jun 4, 2024 · 0 comments
Labels
question Further information is requested

Comments

@a-priestley
Copy link

I'm exploring authentik as an alternative to Keycloak for my company's product. We make use of external OIDC sources with which to augment our authentication process.
In Keycloak, when you add a realm OIDC identity provider, there exists the option to customize the "prompt" option for the flow (unspecified / none / consent / login / select user). Doing so assigned the chosen value to the prompt= URL parameter when the authorization endpoint is hit for the provider. This is very useful if for example a user is making use of Azure Active Directory with multiple accounts at once. We can use the prompt "select user", and when they authenticate against the provider, they can elect to choose a user other than the one that is currently signed in.

Is this a feature that authentik is currently implementing?

Version and Deployment (please complete the following information):

  • authentik version: [2024.4.2]
  • Deployment: helm
@a-priestley a-priestley added the question Further information is requested label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant