Azure AD B2C - Token validation does not work
I would like to use Azure AD B2C but have several difficulties using it. One problem I have is to validate the signature of the token. First I wanted to validate the token "manually" using jwt.io. According to the Microsoft Docs , validating the signature should work like this: Your app can use the kid claim in the JWT header to select the public key in the JSON document that is used to sign a particular token. It can then perform signature validation by using the correct public key and the indicated algorithm. My understandig: Grab the kid value out of the header, lookup the key in the