One thing I noticed and seems new to me was a message that says “You have been logged out and will be redirected” I’ve never seen this before and our app doesn’t do this. We created our app in version 2.7.0. We upgraded to version 3.0.4 and I’m wondering if we lost something.
1 Answer(s)
-
0
After updating the app; you can either use FrontChannel Logout (simply; Single Sign Out from all of your apps connected to IdentityServer).
If you don't want to use this feature, change the
FrontChannelLogoutSessionRequired
field ofIdentityServerClients
table to value0
of the application.If you want Single Sign Out, you need to add new data to get redirected after “You have been logged out and will be redirected” message; change the
FrontChannelLogoutUri
field of yourIdentityServerClients
table to value https://yourAppDomain/Account/FrontChannelLogout of your application.