Update config-options.md (#9218)

* Update config-options.md

* Update config-options.md
This commit is contained in:
Aiden Foxx
2021-11-03 18:03:16 +01:00
committed by GitHub
parent f94740e8ec
commit 3ca490289a

View File

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