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

Support for prompt=create #186

Open
AndersAbel opened this issue Sep 5, 2023 · 3 comments
Open

Support for prompt=create #186

AndersAbel opened this issue Sep 5, 2023 · 3 comments
Assignees
Milestone

Comments

@AndersAbel
Copy link
Member

No description provided.

@brockallen
Copy link
Member

What needs to be done in the BFF for this? I'd think you'd do this in the OIDC config? Or are you looking for some new endpoint that does this (sort of like the ~/bff/login)?

@AndersAbel
Copy link
Member Author

If you always want prompt=create it's a simple OIDC config thing. But if you want it for some requests but not others, it gets more complicated. We added support for prompt=none with a separate endpoint and for that we added some post configure magic to make it work. I'm thinking of generalizing that post configure work and either add a new endpoint for create, or start supporting a query string param to login (which would make the silent login endpoint obsolete)

@doeringp
Copy link

Another use case I would like to support in the BFF is prompt=select_account.

@brockallen brockallen added this to the 3.0.0 milestone Nov 30, 2023
@josephdecock josephdecock modified the milestones: 3.0.0, 3.1.0 May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants