Open Closed

How can I turn off logout “You have been logged out and will be redirected” #307


User avatar
0
alper created
Support Team Director

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)
  • User Avatar
    0
    alper created
    Support Team Director

    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 of IdentityServerClients table to value 0 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 your IdentityServerClients table to value https://yourAppDomain/Account/FrontChannelLogout of your application.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11