mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
clarify base path for idp_provider_url (#2956)
This commit is contained in:
parent
b35c9d3048
commit
eead7cf620
2 changed files with 4 additions and 0 deletions
|
@ -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).
|
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
|
### Identity Provider Request Params
|
||||||
- Environmental Variable: `IDP_REQUEST_PARAMS`
|
- Environmental Variable: `IDP_REQUEST_PARAMS`
|
||||||
|
|
|
@ -946,6 +946,8 @@ settings:
|
||||||
- Required, depending on provider (Do not use with Google).
|
- Required, depending on provider (Do not use with Google).
|
||||||
doc: |
|
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).
|
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: |
|
shortdoc: |
|
||||||
Provider URL is the base path to an identity provider's OpenID connect discovery document.
|
Provider URL is the base path to an identity provider's OpenID connect discovery document.
|
||||||
- name: "Identity Provider Request Params"
|
- name: "Identity Provider Request Params"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue