AADSTS500033: There is an issue with the key, It has both x5t and x5c values, but they do not match

There's an issue with the jwt token being presented. 

x5t: This refers to a value representing the thumbprint of a certificate used for authentication. A thumbprint is a unique identifier derived from the certificate.

x5c: This refers to the certificate chain itself. 

The error message is saying that the thumbprint (x5t) doesn't match the certificate (x5c) being presented.



    

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm