Skip to content
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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

taro1025
Copy link

@taro1025 taro1025 commented Aug 30, 2024

#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.

@taro1025 taro1025 force-pushed the feat/idp-initiated-logging-out branch from 92927db to 28e9362 Compare August 30, 2024 06:25
builder = Builder::XmlMarkup.new
builder.LogoutRequest ID: response_id_string,
Copy link
Collaborator

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?

Copy link
Author

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.

@taro1025 taro1025 force-pushed the feat/idp-initiated-logging-out branch from f4c49c9 to d7e4e4b Compare September 9, 2024 17:12
@taro1025 taro1025 requested a review from Zogoo September 20, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants