mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 08:19:23 +02:00
Remove references to idp_provider_url for Google. (#2882)
* Remove references to idp_provider_url for Google. Closes #2866 * replace google with Okta in nginx docker example Co-authored-by: alexfornuto <alex@fornuto.com>
This commit is contained in:
parent
425c8bd58d
commit
5d34cad553
6 changed files with 7 additions and 9 deletions
|
@ -827,9 +827,9 @@ If you plan to write authorization policies using groups, or any other data that
|
|||
- Environmental Variable: `IDP_PROVIDER_URL`
|
||||
- Config File Key: `idp_provider_url`
|
||||
- Type: `string`
|
||||
- Required, depending on provider
|
||||
- Required, depending on provider. (Do not use with Google)
|
||||
|
||||
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). For example, google's URL would be `https://accounts.google.com` for [their discover document](https://accounts.google.com/.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).
|
||||
|
||||
|
||||
### Identity Provider Request Params
|
||||
|
|
|
@ -943,9 +943,9 @@ settings:
|
|||
- Environmental Variable: `IDP_PROVIDER_URL`
|
||||
- Config File Key: `idp_provider_url`
|
||||
- Type: `string`
|
||||
- Required, depending on provider
|
||||
- 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). For example, google's URL would be `https://accounts.google.com` for [their discover document](https://accounts.google.com/.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).
|
||||
shortdoc: |
|
||||
Provider URL is the base path to an identity provider's OpenID connect discovery document.
|
||||
- name: "Identity Provider Request Params"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue