ID Token Verification Failed: JWT signature verification failed: id_token signature could not be validated, #1188
chakra3arijit
started this conversation in
General
Replies: 1 comment
-
any help from anyone is highly appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have configured OIDC Proxy in apache server, we are successfully receiving ID token and Access token while validating. But post that ID Token is not getting verified and we are getting error. I tried different solutions from the forum but still the error remains same.
Below are the error logs. Any help to resolve this would be highly appreciated.
oidc_proto_jwt_verify: JWT signature verification failed: [src/jose.c:1134: oidc_jwt_verify]: cjose_jws_verify failed: error:04091077:lib(4):func(145):reason(119) [file: jws.c, function: _cjose_jws_verify_sig_rs, line: 953], referer: https://login.microsoftonline.com/
oidc_proto_parse_idtoken: id_token signature could not be validated, aborting, referer: https://login.microsoftonline.com/
Beta Was this translation helpful? Give feedback.
All reactions