Failing to login to apiman while running in the localhost #2430
Unanswered
winstondavid829
asked this question in
Help
Replies: 1 comment 6 replies
-
Does it work if you change it back to |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have setup the apiman as mentioned in the README.adoc file and changing the API_HOSTNAME to localhost. While trying to login through the portal using the login portal. The application is throwing Forbidden error and in console it is showing below given error,
apiman-manager_1 | 03:54:03,432 ERROR [org.keycloak.adapters.OAuthRequestAuthenticator] (default task-1) failed to turn code into token
apiman-manager_1 | 03:54:03,432 ERROR [org.keycloak.adapters.OAuthRequestAuthenticator] (default task-1) status from server: 401
apiman-manager_1 | 03:54:03,432 ERROR [org.keycloak.adapters.OAuthRequestAuthenticator] (default task-1) {"error":"unauthorized_client","error_description":"Invalid client secret"}
What am I missing in the registration of the application. Can someone help me to figure it out please.
Beta Was this translation helpful? Give feedback.
All reactions