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
seanpdoyleseanpdoyle 

SP initiated SSO with SAML 2.0 - ssoStartPage

I have SSO integration via SAML 2.0 IDP SSO working.. but SP initiated SSO is not working. I am setting the ssoStartPage in the assertion but the cookie isn't being set by SF.

 

<saml:AttributeStatement xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">      <saml:Attribute FriendlyName="ssoStartPage" Name="ssoStartPage" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic">           <saml:AttributeValue xsi:type="xs:string">http://sso.customer.com/sso/SSO?SPEntityID=https://saml.salesforce.com</saml:AttributeValue>       </saml:Attribute>

 

Ideas?