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

End session endpoint ignores state parameter. #514

Closed
BennieCopeland opened this issue Jul 25, 2023 · 0 comments · Fixed by #524
Closed

End session endpoint ignores state parameter. #514

BennieCopeland opened this issue Jul 25, 2023 · 0 comments · Fixed by #524
Labels
enhancement New feature or request

Comments

@BennieCopeland
Copy link

According to the specification, the state parameter is an:

Opaque value used by the RP to maintain state between the logout request and the callback to the endpoint specified by the post_logout_redirect_uri parameter. If included in the logout request, the OP passes this value back to the RP using the state parameter when redirecting the User Agent back to the RP.

The mock-oauth2-server is not returning the opaque value to the RP, which in my case is preventing my application from completing the logout sequence.

@ybelMekk ybelMekk added the enhancement New feature or request label Aug 1, 2023
@ybelMekk ybelMekk linked a pull request Aug 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants