auth0 / node-samlp

SAML Protocol support for node (only IdP for now)
MIT License
136 stars 117 forks source link

[IPS-1946] Fix uncaught with missing serviceProviderLogoutURL #123

Closed FadyMak closed 3 years ago

FadyMak commented 3 years ago

Description

Fixes uncaught when there's a missing serviceProviderLogoutURL in one of the session participants.

(See IPS ticket comment for details and repro steps)

Testing