function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfdeveloper9sfdeveloper9 

SAML 2 SSO logout issue

we have configured SAML2.0 based SSO. we have created and deployed new domain in prod. SSO logout url is configured to redirect to sso logout page.

As a non sso user if I login through login.salesforce.com and logout it is redirecting me to sso logout page. I was expecting it should be redirected to secur/logout.jsp as I am not sso enabled user.

Is the redirect to sso logou page for a non sso user expected behavior? if so are there any workarounds to redirect non sso user to secur/logout.jsp

 

Thanks in advance.

 

IndranilMitraIndranilMitra

I am having the same issue. How to navigate the non SSO user to the Salesforce login page upon logout and SSO users to the SSO Logout URL upon logout? We are using SAML 2.0 Federated IDP initiated SSO.