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
OpenID Providers supporting Discovery MUST make a JSON document available at the path formed by concatenating the string /.well-known/openid-configuration to the Issuer.
I don't think I want to make any changes to the library without figuring out a strategy for Azure (#344).
OIDC is not working when Entra ID "App Registration" is configured with custom APIs.
The issue occurs cause of well-known openid-configuration and jwks uri must use an added parameter in the URL with appid speficified
Well known openid configuration:
https://login.microsoft.com/<tenant-id>/discovery/v2.0/.well-known/openid-configuration?appid=<app-id>
jwks uri:
https://login.microsoft.com/<tenant-id>/discovery/v2.0/keys?appid=<app-id>
The text was updated successfully, but these errors were encountered: