I am in the current process of doing a SP Initiated SSO.
- The IDP is PingOne
- The SP (us) is openAM
I always have been doing IDP Initiated SSO.
So we have the IDP Initiated SSO setup and everything is working perfectly. We have now to make it SP Initiated.
I understand the theory behind it but I have no clue on how to implement it !
So far I was thinking that the URL I need to give them is something like that maybe ??? :
https://sso/saml2/jsp/spSSOInit.jsp?metaAlias=/{idpRealm}/sp&idpEntityID={idpEntityId}
But when I hit that I get nothing, just a blank page ?
Some help would definitely be welcome :)