Bastille-ID / Bastille.Id.Server

Open Source OAuth OIDC Identity Server
https://bastille.id/
Apache License 2.0
0 stars 0 forks source link

Clicking "Yes" button on Logout Redirects User to original Logout page #6

Closed RobK410 closed 3 years ago

RobK410 commented 3 years ago

If logging out from the Logout prompt, the default ~/ home page should be the primary redirect, not the previous logout prompt page.

The logout page will prompt the user with a "Wait, you're already logged out" message.

Instead, the user should be redirected to the either a redirectUrl parameter value from the prior logout prompt (if prompted) or redirected to the ~/ home which will then redirect the user to the login screen.