I’m using openam OAuth 2.0/OpenID access_token end-point to get an id_token. The id_token contains a RS256 signature.
I need to verify this token. So from where can I get the “public certificate” that used to sign this token?
I found a public key certificate in here,
%BASE_DIR%/%SERVER_URI%/keystore.jks. But it says invalid after validating with this certificate.