Accessing the OIDC provider discover endpoint

OpenID Connect supplies an endpoint describing the configuration and capabilities of the provider.

Most OpenID Connect providers will supply an endpoint that describes the configuration and capabilities of the provider. This endpoint will typically have a URL path of /.well-known/openid-configuration. Consult your OIDC provider documentation to determine the exact URL. Once known, open a web browser tab to the URL to determine the values for keys that are required for the Connections Mobile configuration, such as the issuer, token_endpoint and authorization_endpoint.

For our Azure example, the discovery endpoint is typically in the following form, where {tenant_id} is the tenant identifier of your Azure subscription.

https://login.microsoftonline.com/0d627f21-8553-467d-bb74-dfaea2514025/v2.0/.well-known/openid-configuration