clarify base path for idp_provider_url (#2956)

This commit is contained in:
Alex Fornuto 2022-01-24 12:01:57 -06:00 committed by GitHub
parent b35c9d3048
commit eead7cf620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -831,6 +831,8 @@ If you plan to write authorization policies using groups, or any other data that
Provider URL is the base path to an identity provider's [OpenID connect discovery document](https://openid.net/specs/openid-connect-discovery-1_0.html). An example Azure URL would be `https://login.microsoftonline.com/common/v2.0` for [their discover document](https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration).
"Base path" is defined as the section of the URL to the discovery document up to (but not including) `/.well-known/openid-configuration`.
### Identity Provider Request Params
- Environmental Variable: `IDP_REQUEST_PARAMS`

View file

@ -946,6 +946,8 @@ settings:
- Required, depending on provider (Do not use with Google).
doc: |
Provider URL is the base path to an identity provider's [OpenID connect discovery document](https://openid.net/specs/openid-connect-discovery-1_0.html). An example Azure URL would be `https://login.microsoftonline.com/common/v2.0` for [their discover document](https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration).
"Base path" is defined as the section of the URL to the discovery document up to (but not including) `/.well-known/openid-configuration`.
shortdoc: |
Provider URL is the base path to an identity provider's OpenID connect discovery document.
- name: "Identity Provider Request Params"