Answer the question
In order to leave comments, you need to log in
How to validate a JWT token using public.key?
Hello. I'm trying to make authorization through JWT tokens with the RS256 algorithm (namely, the keycloak tool). Reached the stage of token validation on the server or in the browser. If the token signature generation process is quite clear:
RSASHA256(
base64UrlEncode(header) + "." +
base64UrlEncode(payload), PRIVATE.KEY)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question