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

Add Single Logout to SAML 2.0 configuration properties #30643

Closed
marcusdacoregio opened this issue Apr 12, 2022 · 1 comment
Closed

Add Single Logout to SAML 2.0 configuration properties #30643

marcusdacoregio opened this issue Apr 12, 2022 · 1 comment
Labels
status: duplicate A duplicate of another issue

Comments

@marcusdacoregio
Copy link

SAML 2.0 Single Logout support was added in Spring Security 5.6.

In order to activate the feature, each configured RelyingPartyRegistration must set a singleLogoutServiceLocation. Currently, there is no way to provide the property using Spring Boot.

The configuration may look like this:

spring:
    security:
        saml2:
            relyingparty:
                one:
                    ...
                    slo:
                        location: /logout/saml2/slo
                        response-location: /logout/saml2/slo
                        binding: POST
                    identityprovider:
                        ...
                        singlelogout:
                            location: ...
                            response-location: ...
                            binding: POST
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 12, 2022
@wilkinsona
Copy link
Member

Thanks, @marcusdacoregio. Could you please comment on #30128 with some guidance for the other properties that may be missing?

@wilkinsona wilkinsona added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants