Azure – AAD B2C MSAL for python Token Validation without the public key in JWKS_URI
Hello Everyone I could REALLY use some help on this. When trying to validate my token using this code from MSAL library https://github.com/AzureAD/microsoft-authentication-library-for-python cache = _load_cache() # This web app maintains one cache per session cca = _build_msal_app(cache=cache) accounts =…