mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update config-options.md (#9218)
* Update config-options.md * Update config-options.md
This commit is contained in:
@@ -605,7 +605,7 @@ information and roles will be assigned from Active Directory.
|
||||
| `AUTH_<PROVIDER>_USER_ATTRIBUTE` | Attribute to identify users by. | `cn` |
|
||||
| `AUTH_<PROVIDER>_GROUP_DN` | Directory path containing groups. | -- |
|
||||
| `AUTH_<PROVIDER>_GROUP_ATTRIBUTE` | Attribute to identify user as a member of a group. | `member` |
|
||||
| `AUTH_<PROVIDER>_MAIL_ATTRIBUTE` | Attribute containing the email of the user | `mail` |
|
||||
| `AUTH_<PROVIDER>_MAIL_ATTRIBUTE` | Attribute containing the email of the user. | `mail` |
|
||||
|
||||
<sup>[1]</sup> The bind user must have permission to query users and groups to perform authentication.
|
||||
|
||||
@@ -634,6 +634,7 @@ AUTH_GOOGLE_DRIVER="openid"
|
||||
AUTH_GOOGLE_CLIENT_ID="<google_application_id>"
|
||||
AUTH_GOOGLE_CLIENT_SECRET= "<google_application_secret_key>"
|
||||
AUTH_GOOGLE_ISSUER_URL="https://accounts.google.com"
|
||||
AUTH_GOOGLE_IDENTIFIER_KEY="email"
|
||||
AUTH_GOOGLE_ICON="google"
|
||||
|
||||
AUTH_ADOBE_DRIVER="oauth2"
|
||||
|
||||
Reference in New Issue
Block a user