saml
saml copied to clipboard
Any code example to implement logout.
Hi Team
I am using crewjam/SAML for OKTA and login is working but logout is not working as expected.
samlSP, errs := SamlspNew(samlsp.Options{
URL: *rootURL,
IDPMetadata: idpMetadata,
Key: keyPair.PrivateKey.(*rsa.PrivateKey),
Certificate: keyPair.Leaf,
ForceAuthn: true,
})
I dont use slo? should i use it?
Any pointer to example would be great help.
Thanks Srikanth
I'd be grateful for a contribution of some SLO documentation. (I personally don't think logout makes much sense in general... but people need to implement it so 🤷 )