auth0 / node-samlp

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

Accept multiple SessionIndex elements in SP-initated LogoutRequests #117

Closed FadyMak closed 3 years ago

FadyMak commented 3 years ago

Description

Adds support for multiple SessionIndex elements in SP-initiated LogoutRequests in accordance with the specification:

3.7.3.2 Session Authority Rules

Terminate the principal's current session as specified by the , ,or element, and any elements present in the logoutrequest message.

⚠️ This is a breaking change in the SessionParticipants API and requires a major version bump ⚠️

The changes introduced in this PR:

References

Testing