Replies: 2 comments
|
I am going to test it locally... |
0 replies
|
@x-heii Thank you for sharing this. This is an observation on an old release. Should be reconfirmed on the latest release For now, I am closing this as outdated. Please create a new discussion if this is still an issue. |
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
We have installed Janssen v1.2.0 in the AWS EKS environment.
Installations looks ok. Database is in MySQL AWS database cluster.
After device authentication, the TUI client does not display anything from the db and prints the following error to the Jans config API debug log:
OpenIdAuthorizationService.java:81- Verify if JWT jans-config-api - 14-01 12:39:20.858 ERROR jans.configapi.util.JwtUtil JwtUtil.java:53- Not jwt token fb07eb40-9b36-4e61-a28d-f9ae6ff772af jans-config-api - 14-01 12:39:20.858 INFO configapi.security.service.OpenIdAuthorizationService OpenIdAuthorizationService.java:100- Token is NOT JWT hence introspecting it as Reference token jans-config-api - 14-01 12:39:20.860 INFO configapi.security.service.OpenIdService OpenIdService.java:57- oAuth Final introspectionUrl:https://auth.test.com/jans-auth/restv1/introspection jans-config-api - 14-01 12:39:20.877 ERROR jans.configapi.filters.AuthorizationFilter AuthorizationFilter.java:94- ======AUTHORIZATION FAILED =========================================== org.jboss.resteasy.client.exception.ResteasyForbiddenException: HTTP 403 Forbidden at org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper.wrap(WebApplicationExceptionWrapper.java:77) ~[resteasy-client-api-6.0.3.Final.jar:6.0.3.Final] at org.jboss.resteasy.client.jaxrs.internal.ClientInvocation.handleErrorStatus(ClientInvocation.java:268) ~[resteasy-client-6.0.3.Final.jar:6.0.3.Final]Same error happens when using the Jans Config API with curl commands.
What could be causing this or is it a bug that is not found yet?
All reactions