mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 06:51:30 +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
|
@ -18,8 +18,8 @@ services:
|
|||
- SERVICES=authenticate
|
||||
- INSECURE_SERVER=TRUE
|
||||
# NOTE!: Replace with your identity provider settings https://www.pomerium.com/docs/identity-providers.html
|
||||
# - IDP_PROVIDER=google
|
||||
# - IDP_PROVIDER_URL=https://accounts.google.com
|
||||
# - IDP_PROVIDER=okta
|
||||
# - IDP_PROVIDER_URL=https://beyondperimeter.okta.com
|
||||
# - IDP_CLIENT_ID=REPLACE_ME
|
||||
# - IDP_CLIENT_SECRET=REPLACE_ME
|
||||
# - IDP_SERVICE_ACCOUNT=REPLACE_ME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue