SAML SSO Logout issue

0
Hi Experts    I have configured the Azure SMAL SSO in my application ,When I try to signout the my user by using the sign out button , again I tired to login with <appurl > /SSO/  it is not asking the 2FA code and its back to login.html . So configured the logout url  (SSO/logout) but am getting this error .   Unable to validate Response, see SAMLRequest overview for detailed response. Error: Credential cannot be null Azure configuration  
asked
1 answers
0

Hi Bright 

 

You can redirect the user to the below URL to logout themselves from SSO session 

 

https://login.microsoftonline.com/<tenantid>/oauth2/logout?client_id=<clientId>&post_logout_redirect_uri=<appurl>
answered