-
|
I have some microservices that need to be protected with authentication. So that I used OAuth2 + Keycloak. You can find the detailed configurations. Here are these After successfully login in with Google Account, the keycloak generates an access token that is routed to the OAUth2 service for validating. Somehow, the OAuth2 thinks the access token was from github, not from the keycloak. You can see the logs: I might miss something in Keycloak/Oauth2 configuration but I don't really know. Any suggestions would be highly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
I would recommend asking for help in oauth2-proxy community, as this is not an issue with Keycloak. |
Beta Was this translation helpful? Give feedback.
I would recommend asking for help in oauth2-proxy community, as this is not an issue with Keycloak.