add JWT token requirement note (#4025)
* add JWT token requirement note * added link to JWT config docpull/4027/head^2
parent
1e2f9a56e9
commit
cfc16a755b
|
@ -18,8 +18,9 @@ Configure InfluxDB Enterprise to use LDAP (Lightweight Directory Access Protocol
|
||||||
- Synchronize InfluxDB and LDAP so each LDAP request doesn't need to be queried
|
- Synchronize InfluxDB and LDAP so each LDAP request doesn't need to be queried
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
To configure InfluxDB Enterprise to support LDAP, all users must be managed in the remote LDAP service.
|
LDAP **requires** JWT authentication. For more information, see [Configure authentication using JWT tokens](/enterprise_influxdb/v1.9/administration/configure/security/authentication/#configure-authentication-using-jwt-tokens).
|
||||||
If LDAP is configured and enabled, users **must** authenticate through LDAP, including users who may have existed before enabling LDAP.
|
|
||||||
|
To configure InfluxDB Enterprise to support LDAP, all users must be managed in the remote LDAP service. If LDAP is configured and enabled, users **must** authenticate through LDAP, including users who may have existed before enabling LDAP.
|
||||||
{{% /note %}}
|
{{% /note %}}
|
||||||
|
|
||||||
## Configure LDAP for an InfluxDB Enterprise cluster
|
## Configure LDAP for an InfluxDB Enterprise cluster
|
||||||
|
|
Loading…
Reference in New Issue