You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked to see what URL the MS Authenticator app uses for verification to see if it just needed the resolverUrl updated, and it looks up the same URL, but the endpoint doesn't respond if the user agent header is not User-Agent: Microsoft-Authenticator/6.2406.4052
Running the demo to call a token issuance is failing with "Unable to fetch public keys".
It looks like
JwtValidator.resolvePublicKeyJwks()
is connecting to https://discover.did.msidentity.com/v1.0/identifiers/did:web:verifiedid.entra.microsoft.com:07b12f07-657f-4ebe-ac84-cee558d49c71:ef3b2d34-d94d-1c95-71d9-66a073b46237 to download the public keys but the endpoint doesn't accept discovery using that, it returns "discovery_service.web_method_path_not_supported"The demo JWT issued from the Entra issue API that's failing is
Edit: just wanted to add that the same JWT/url works ok with Microsoft Authenticator
The text was updated successfully, but these errors were encountered: