-
Notifications
You must be signed in to change notification settings - Fork 161
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
id_token_hint not provided when logging out #720
Comments
https://github.com/AxaGuilDEv/react-oidc/blob/6c146e85a4ac492693095478991883623e406729/packages/context/src/oidc/vanilla/oidc.ts#L438 should be replaced with a more sophisticated call to logout URL |
Thank you very much for your feedback. It is a must that have quicky to be done. The issue duplicate #713 |
This Pull Request merge would be nice => openid/AppAuth-JS#198 |
I'am waiting for any news from them => openid/AppAuth-JS#209 |
I have the answer from the issue we will have to implment it here. |
Hi @bonnetb , this is done in the lastest version 5. |
This happens for us now. when we simply invoke |
Issue and Steps to Reproduce
Log-in, then log-out. Log-out will open OIDC Auth Server logout URL without passing id_token_hint as a URL parameter
Versions
4.2.9
Screenshots
Expected
id_token_hint in logout URL request
Actual
logout URL requested with no parameter
Additional Details
The text was updated successfully, but these errors were encountered: