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>`