mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-29 22:48:15 +02:00
docs: fix a typo in auth0 config example (#3332)
This commit is contained in:
parent
8708949ff1
commit
2b819b37f1
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ idp_provider: "auth0"
|
|||
idp_provider_url: "https://awesome-company.auth0.com"
|
||||
idp_client_id: "REPLACE_ME" # from the web application
|
||||
idp_client_secret: "REPLACE_ME" # from the web application
|
||||
idp_service_acount: "REPLACE_ME" # built from the machine-to-machine application, base64-encoded
|
||||
idp_service_account: "REPLACE_ME" # built from the machine-to-machine application, base64-encoded
|
||||
```
|
||||
:::
|
||||
::: tab Environment Variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue