GetSecureScore

How to Find the OpenID configuration document URI from Azure

Every app registration in Azure AD is provided a publicly accessible endpoint that serves its OpenID configuration document. To determine the URI of the configuration document’s endpoint for your app, append the well-known OpenID configuration path to your app registration’s authority URL. Well-known configuration document path: /.well-known/openid-configuration Authority URL: https://login.microsoftonline.com/{tenant}/v2.0 The value of {tenant} varies based on the application’s sign-in audience as Read More