Hi everyone,
Do Keycloak adapters support user authorization? I mean, of course they do :) For example, the API I have secured with Keycloak receives a Keycloak access token from the client. How can I validate the token (check user roles) in my code? I am interested in the Java (wildfly) and Javascript adapters.
Manually I am using
jwt.io to check the token. I am just curious if the Keycloak adapters support smth similar out of the box.
Thank you for your answers.