Skip to content

Commit

Permalink
Update auth0.md (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar committed Aug 7, 2024
1 parent d16b441 commit fd5c14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Deployment/idp-configuration/auth0.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Add the following environment variables to AI DIAL Chat configuration. Refer to
```yaml
AUTH_AUTH0_HOST: "<auth0_domain>"
AUTH_AUTH0_CLIENT_ID: "<auth0_client_id>"
AUTH_AUTH0_CLIENT_SECRET: "<auth0_client_secret>"
AUTH_AUTH0_SECRET: "<auth0_client_secret>"
AUTH_AUTH0_AUDIENCE: "<auth0_api_audience>"
```

Expand Down

0 comments on commit fd5c14e

Please sign in to comment.