saml icon indicating copy to clipboard operation
saml copied to clipboard

Any code example to implement logout.

Open srikanthquest opened this issue 3 years ago • 1 comments

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

srikanthquest avatar Feb 02 '22 21:02 srikanthquest

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 🤷 )

crewjam avatar Jun 25 '22 14:06 crewjam