How to verify JWT produced by Azure Ad?
Problem When I receive a JWK from Azure AD in Python, I would like to validate and decode it. I, however, keep getting the error "Signature verification failed". My Setup I have the following setup: Azure Setup In Azure I have created an app registration with the setting "Personal Microsoft accounts only". Python Setup In Python I use the MSAL package for re