Broker to connect Auth0, there is error when logout user #12336
Unanswered
dengmingtong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to use Auth0 as Identity provider through keycloak broker.
Now It works to redirect to Auth0 login page and login successfully.
But when I logout user, I got error
{"error":"invalid_client","error_description":"Missing client_id parameter"}The logout operation is complete in the same page and same browser.
The logout flow:
1, Get request: https://<keycloak_domain>/auth/realms//protocol/openid-connect/logout?client_id=<keycloak_client_id>&response_type=code&redirect_uri=<my_web_app_URL>&logout_uri=<my_web_app_URL>
Get successful response
2, Post request:
https:///samlp//logout
Get successful response
https://<keycloak_domain>/auth/realms//protocol/openid-connect/logout?client_id=<keycloak_client_id>&response_type=code&redirect_uri=<my_web_app_URL>
Response 400 error code,
Response is : {"error":"invalid_client","error_description":"Missing client_id parameter"}
Cannot find the reason, any one can help me
Beta Was this translation helpful? Give feedback.
All reactions