mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-24 20:18:13 +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
|
@ -126,7 +126,6 @@ Your [environmental variables] should look something like this.
|
|||
|
||||
```bash
|
||||
IDP_PROVIDER="google"
|
||||
IDP_PROVIDER_URL="https://accounts.google.com"
|
||||
IDP_CLIENT_ID="yyyy.apps.googleusercontent.com"
|
||||
IDP_CLIENT_SECRET="xxxxxx"
|
||||
IDP_SERVICE_ACCOUNT="zzzz" # output of `base64 -i service-account-key.json`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue