saml-client icon indicating copy to clipboard operation
saml-client copied to clipboard

Handle separate idp url provider for SSO and SLO

Open gdec31 opened this issue 3 years ago • 1 comments

With the IDP simpleSamlPhp. The SLO URL provider is different than the SSO.

To handle this, I have added another property on SamlClient to store the SLO URL provider from the IDP metadata. By default, we used the SSO URL provider.

A test was added to check this both behavior.

gdec31 avatar Jun 28 '21 07:06 gdec31

This PR would address #44 since Okta uses an alternative url (/slo vs /sso), which is provided in the metadata

xweskingx avatar Oct 27 '21 18:10 xweskingx