-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Idp initiated-logging-out #214
base: master
Are you sure you want to change the base?
Conversation
92927db
to
28e9362
Compare
builder = Builder::XmlMarkup.new | ||
builder.LogoutRequest ID: response_id_string, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please explain why it is necessary to remove this block?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no particular reason for removing the block. I had applied a monkey patch to enable IdP-initiated single logout in my service, and I submitted that change with this PR.
However, I will add the SessionIndex since it seems to be necessary for SP-initiated single logout.
f4c49c9
to
d7e4e4b
Compare
#49
Added support for IdP-initiated Single Logout (SLO). Previously, this feature was not supported, and this PR implements the necessary changes to enable it.