Signout button redirecting to homepage

0
Hi Team,   I have implemented SAML in my project and its working as expected except the sign out button. The behaviour of signout button is inconsistent and sometimes it works and sometimes it doesnt.   Any pointers on this?   Regards, Swathi
asked
1 answers
0

Did you set the Constant: ”DefaultLogoutPage”? 

Removing the sign-out button is recommended, but if you choose to keep it, the end-user will be redirected to a page. You can choose where the end-user is redirected to (for example, back to /SSO/ or your login.html page). Every user signed in via SAML is redirected to this location when they are logged out.

answered