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
the, after they return from the login page, I want to do two things: First, I want them to be ridirected to where they initially visited. For this I have the state variable, which contains the originally visited URL. Second, I want to pass the credentials to the frontend. This is non working code since the redirect throws:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I do this in my layout to redirect the user to my oidc issuer if necessary:
the, after they return from the login page, I want to do two things: First, I want them to be ridirected to where they initially visited. For this I have the state variable, which contains the originally visited URL. Second, I want to pass the credentials to the frontend. This is non working code since the redirect throws:
Is there an elegant way to achieve this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions