You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
I have set up authorization using keycloak and I'm getting token for product-service and its working perfectly fine, however when I configured authorization flow and api-gateway as resource server I'm not getting token from localhost key cloak endpoint, instead getting error -
2022-11-29 11:41:21,467 WARN [org.keycloak.events] (executor-thread-1) type=LOGIN_ERROR, realmId=e57bf1b5-e17d-4e70-812b-c83faff3fb12, clientId=spring-cloud-gateway-client, userId=null, ipAddress=127.0.0.1, error=invalid_redirect_uri, redirect_uri=http://localhost:8080/login/oauth2/code/spring-cloud-gateway-client
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have set up authorization using keycloak and I'm getting token for product-service and its working perfectly fine, however when I configured authorization flow and api-gateway as resource server I'm not getting token from localhost key cloak endpoint, instead getting error -
![image](https://user-images.githubusercontent.com/60027002/204525331-404cb84c-922e-4194-8ff6-8c0141b2de64.png)
![image](https://user-images.githubusercontent.com/60027002/204526575-a7f908ed-ab6b-4780-b799-e9ba60fdd244.png)
![image](https://user-images.githubusercontent.com/60027002/204526677-8c92afbf-b847-4fde-b1b9-ae08cecc2bbb.png)
![image](https://user-images.githubusercontent.com/60027002/204526831-e2795d73-6afc-4875-9c4f-1185cec9fb3c.png)
2022-11-29 11:41:21,467 WARN [org.keycloak.events] (executor-thread-1) type=LOGIN_ERROR, realmId=e57bf1b5-e17d-4e70-812b-c83faff3fb12, clientId=spring-cloud-gateway-client, userId=null, ipAddress=127.0.0.1, error=invalid_redirect_uri, redirect_uri=http://localhost:8080/login/oauth2/code/spring-cloud-gateway-client
The text was updated successfully, but these errors were encountered: