Skip to content

OpenID Connect single logout support #5415

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

Closed
skyflyer opened this issue Jun 11, 2018 · 2 comments
Closed

OpenID Connect single logout support #5415

skyflyer opened this issue Jun 11, 2018 · 2 comments
Labels
status: duplicate A duplicate of another issue

Comments

@skyflyer
Copy link

Summary

OpenID Connect Session specification defines RP-Initiated logout, which, upon successful termination of user's session on the RP redirects the end-user (client) to the OP (OpenID Provider).

It would be great if OAuth2 infrastructure dealing with OpenID Connect would be able to support this use case as well.

Additionally, it would be great if configuration of OpenID Connect provider could be done via a single property, specifying only the "well known" configuration endpoint, such as https://<provider-fqdn>/.well-known/openid-configuration

Expected Behavior

To be able to configure the end-session-uri property of the spring.security.oauth2.client.provider in the application.yml (or application.properties or through code) and have the appropriate logout handler redirect to that endpoint after the logout.

@jgrandja
Copy link
Contributor

@skyflyer This issue has already been logged #5350

@jgrandja jgrandja added the status: duplicate A duplicate of another issue label Jun 11, 2018
@skyflyer
Copy link
Author

My search fu wasn't working, apparently. Sorry about the duplicate.

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

2 participants