saml-idp / saml_idp

Ruby SAML Identity Provider, best used with Rails (though not required)
MIT License
259 stars 180 forks source link

feat: Idp initiated-logging-out #214

Open taro1025 opened 2 weeks ago

taro1025 commented 2 weeks ago

Added support for IdP-initiated Single Logout (SLO). Previously, this feature was not supported, and this PR implements the necessary changes to enable it.