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

Implementation of End Session Endpoint #891

Closed
selvarajkumarasamy opened this issue Aug 21, 2015 · 3 comments
Closed

Implementation of End Session Endpoint #891

selvarajkumarasamy opened this issue Aug 21, 2015 · 3 comments

Comments

@selvarajkumarasamy
Copy link

Jricher : we have implemented "end session end point" based on the openid connect specification,but "check session end point" not implemented.
I have following queries in above implementation.
1.whether need to clear the token in database?
2.how to implement single app log out?

Give me details, does anybody implementing the same?.

Thanks
Selvaraj K

@jricher
Copy link
Member

jricher commented Aug 22, 2015

Yes, you should delete the ID token from the database.

To implement single app logout, you need to prompt the user at the end session endpoint and also call all current RP's end session endpoints for that user with their tokens.

@selvarajkumarasamy
Copy link
Author

Jricher: Thanks for the update..we follow the same.

jricher added a commit that referenced this issue Apr 29, 2017
Addresses #1129, addresses #972, addresses #891, addresses #1223
@jricher
Copy link
Member

jricher commented May 10, 2017

Implemented in 1.3.1

@jricher jricher closed this as completed May 10, 2017
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

No branches or pull requests

2 participants