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
Yeah this is definitely an oversight in the spec and implementation. Both login and logout pages should respect the referral argument, no matter which flow is used to complete the action.
The referral has to be cleared after a successful flow though in order to avoid retaining referral information for future landings on either login or logout. As in, if you login with redirect to foo, and then logout without a redirect, it is probably not intended to redirect you to foo again, since the logout request could come from another module entirely.
I noticed from the implementation that you could supply destination page for log out through landing page mechanism. There was issues with it:
Based on second point should the landing page be passed as a parameter to logout?
The text was updated successfully, but these errors were encountered: