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
When application logs out, the application stays on STS's logged out page.
Duende added support for redirecting the application to the configured/specified url a while back.
Describe the bug
When application logs out, the application stays on STS's logged out page.
Duende added support for redirecting the application to the configured/specified url a while back.
Looks like missed merges start with this options class:
https://github.com/DuendeSoftware/IdentityServer/blob/e9860c6488f90e8fbc11a4452b9dd111dbfae933/hosts/main/Pages/Account/Logout/LogoutOptions.cs
Sample code:
https://github.com/DuendeSoftware/Samples/blob/main/IdentityServer/v7/SessionManagement/IdentityServerHost/Pages/Account/Logout/LogoutOptions.cs
And Logout action methods:
https://github.com/DuendeSoftware/Samples/blob/main/IdentityServer/v7/SessionManagement/IdentityServerHost/Pages/Account/Logout/Index.cshtml.cs
The text was updated successfully, but these errors were encountered: