The Discovery document URI is a discovery endpoint that identifies the location of the OpenID Provider, as well as metadata about its configuration. You can use the Discovery document URI to populate the configuration for the OpenID Provider in PingOne.
The Discovery document URI has the following format:
<OpenID Provider’s issuer
value>/.well-known/openid-configuration
The URL must start with https:// according to the OpenID Connect Discovery 1.0 specification. For more information, see https://openid.net/specs/openid-connect-discovery-1_0.html.
For example:
https://www.example.com/.well-known/openid-configuration
<----- OP issuer -----><------ Spec defined path
------>
- Custom domain
-
https://<customDomain>/davinci/.well-known/openid-configuration
- Default domain
https://auth.pingone.<region>/<envID>/davinci/.well-known/openid-configuration
For more information, see Domains.