APIMan on tomcat with keycloak integration #2667
Unanswered
Satishshelake
asked this question in
Help
Replies: 1 comment
-
After changing below configuration in apiman.properties, apiman-manager.security-context.type=keycloak token are not authenticated properly on apiman application |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Does anybody using APIMAn on tomcat with keycloak adapter? Just need some confirmation -
After placing keycloak.json inside war files, login page get redirected on keycloak login, After successful login, Page land on APIMan dashboard but it contineous refresh page with http://localhost:9090/apiman/users/currentuser/info with response 401 Unauthorized.
On tomcat side, Debug logs are
BearerTokenRequestAuthenticator - Authorization header not present
[DEBUG] 2024-12-09 12:43:29.160 [http-nio-9090-exec-10] QueryParameterTokenRequestAuthenticator - Token is not present in query.
In http request header authorization: AUTH-TOKEN 'token-only payload'.
But it is working fine in widlfly instance artifacts. request header authorization: Bearer 'token'.
Does it bug in java script? Or do I missed something?
Beta Was this translation helpful? Give feedback.
All reactions