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
In order to handle SSO authentication, we must perform silent authentication. To do that, the docs point to add a prompt=none to the authorization path.
There is no way to do that dinamically. I can perform silent authentication If I add this to initializers/auth0.rb:
In order to handle SSO authentication, we must perform silent authentication. To do that, the docs point to add a prompt=none to the authorization path.
There is no way to do that dinamically. I can perform silent authentication If I add this to
initializers/auth0.rb
:But this will try to perform silent authentication always, and if the user is not logged in then a redirection to the failure callback will be fire.
I need a way to add the prompt param dinamically, so if a user is not logged in I can redirect him to the Auth0 login page. Is that possible?
The text was updated successfully, but these errors were encountered: