docs: fix a typo in auth0 config example (#3332)

This commit is contained in:
imlonghao 2022-05-09 23:43:15 +08:00 committed by GitHub
parent 8708949ff1
commit 2b819b37f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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