Skip to content

Commit 2ea6364

Browse files
committed
fix: remove Username-Password-Authentication from included connections example
1 parent 57a4d33 commit 2ea6364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuring-the-deploy-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ This is particularly useful for:
101101

102102
```json
103103
{
104-
"AUTH0_INCLUDED_CONNECTIONS": ["github", "google-oauth2", "Username-Password-Authentication"]
104+
"AUTH0_INCLUDED_CONNECTIONS": ["github", "google-oauth2"]
105105
}
106106
```
107107

108-
In the example above, only the `github`, `google-oauth2`, and `Username-Password-Authentication` connections will be managed. All other connections in the tenant will be ignored.
108+
In the example above, only the `github` and `google-oauth2` connections will be managed. All other connections in the tenant will be ignored.
109109

110110
#### Environment Variable Format
111111

0 commit comments

Comments
 (0)