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
... as opposed to just a path/URL. The existing value of RelayState could then be expressed thus (assuming proper entity encoding)
?RelayState=redirect=/my/path
This will allow passing other values in the RelayState too, e.g. ...&staySignedIn=true or something like that. Basically, the immediate advantage would be not having to constantly view the consent page when logging in.
The text was updated successfully, but these errors were encountered:
... as opposed to just a path/URL. The existing value of RelayState could then be expressed thus (assuming proper entity encoding)
This will allow passing other values in the RelayState too, e.g.
...&staySignedIn=true
or something like that. Basically, the immediate advantage would be not having to constantly view the consent page when logging in.The text was updated successfully, but these errors were encountered: