Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm using Entra to get a JWT from https://login.microsoftonline.com/[tenantID]/oauth2/v2.0/authorize. It looks great. Decoding it shows all the claims one would expect - scope, email, yada yada.
I've tried the following JWKS endpoints with no success
I've tried with the js library jwks-rsa and by leveraging Vault to verify - both fail with invalid signature
. Anyone had any luck verifying JWTs issued by Entra (without an application).