You have nice backtrace, so you can track it. E.g.
at org.keycloak.broker.oidc.OIDCIdentityProvider.verifyAccessToken(OIDCIdentityProvider.java:515)
So accessToken is null and backtrack it back to find more details.
You have nice backtrace, so you can track it. E.g.
at org.keycloak.broker.oidc.OIDCIdentityProvider.verifyAccessToken(OIDCIdentityProvider.java:515)
So accessToken is null and backtrack it back to find more details.