Identity Provider URL
- Environmental Variable:
IDP_PROVIDER_URL
- Config File Key:
idp_provider_url
- Kubernetes: see
identityProvider.url
- Type:
string
- Required, depending on provider (Do not use with Google).
Provider URL is the base path to an identity provider's OpenID connect discovery document. An example Azure URL would be https://login.microsoftonline.com/common/v2.0
for their discover document.
"Base path" is defined as the section of the URL to the discovery document up to (but not including) /.well-known/openid-configuration
.