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

Logout Handler deletes session before getting Id Token for Hint #265

Closed
chriskolenko opened this issue Feb 1, 2021 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@chriskolenko
Copy link

On this line:

sessionCache.delete(req, res);

The session cache is deleted before getting a copy of the IdToken which is needed on line:

id_token_hint: sessionCache.getIdToken(req, res)

@adamjmcgrath adamjmcgrath added the bug Something isn't working label Feb 1, 2021
@adamjmcgrath
Copy link
Contributor

Good catch @chriskolenko - thanks for raising this 👍

@adamjmcgrath
Copy link
Contributor

fixed by #267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants