You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
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)
No description provided.
The text was updated successfully, but these errors were encountered: