aad-b2c

AAD B2C MSAL for python Token Validation without the public key in JWKS_URI

AAD B2C MSAL for python Token Validation without the public key in JWKS_URI Question: 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 = cca.get_accounts() …

Total answers: 2