-
Notifications
You must be signed in to change notification settings - Fork 8
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
OAuth2/OpenID - Logout - State param missing #182
Comments
This STATE params seems not includes in spring-security-oauth2-client end point URI builder... See default query params (state missing) : |
Does anyone know how to add this parameter to the logout URL? Thanks. |
I close, ProConnect side action is required to match URLs correctly. See : Line 124 in 2f86428
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ProConnect FS needs state params to accept a logout request (here expected params documentation).
However, the Gateway, don't return this param and ProConnect Logout request fail (bad request status).
Here an expected (valid) ProConnect Logout request (example from previous doc link).
The text was updated successfully, but these errors were encountered: