mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 18:36:30 +02:00
fix typo in docs (#2819)
This commit is contained in:
parent
6325d82fe2
commit
41877e166b
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ idp_provider: "okta"
|
||||||
idp_provider_url: "https://awesomecompany.okta.com"
|
idp_provider_url: "https://awesomecompany.okta.com"
|
||||||
idp_client_id: "REPLACE ME"
|
idp_client_id: "REPLACE ME"
|
||||||
idp_client_secret: "REPLACE ME"
|
idp_client_secret: "REPLACE ME"
|
||||||
ipd_service_account: "REPLACE ME" # base64 encoded JSON object
|
idp_service_account: "REPLACE ME" # base64 encoded JSON object
|
||||||
```
|
```
|
||||||
:::
|
:::
|
||||||
::: tab Environment Variables
|
::: tab Environment Variables
|
||||||
|
|
Loading…
Add table
Reference in a new issue