mirror of https://github.com/docker/docs.git
Added TOC entry
This commit is contained in:
parent
a40c7c26ad
commit
fa642daca6
|
@ -1560,6 +1560,8 @@ manuals:
|
||||||
title: Add labels to cluster nodes
|
title: Add labels to cluster nodes
|
||||||
- path: /ee/ucp/admin/configure/add-sans-to-cluster/
|
- path: /ee/ucp/admin/configure/add-sans-to-cluster/
|
||||||
title: Add SANs to cluster certificates
|
title: Add SANs to cluster certificates
|
||||||
|
- path: /ee/ucp/admin/configure/enable-saml-authentication
|
||||||
|
title: Enable SAML authentication
|
||||||
- path: /ee/ucp/admin/configure/external-auth/
|
- path: /ee/ucp/admin/configure/external-auth/
|
||||||
title: Integrate with LDAP
|
title: Integrate with LDAP
|
||||||
- path: /ee/ucp/admin/configure/external-auth/enable-ldap-config-file/
|
- path: /ee/ucp/admin/configure/external-auth/enable-ldap-config-file/
|
||||||
|
|
|
@ -86,8 +86,10 @@ You can download a client bundle to access UCP. A client bundle is a group of ce
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
To ensure that access from the client bundle is synced with the identity provider, we recommend the following steps. Otherwise, a previously-authorized user could get access to UCP through their existing client bundle.
|
> Caution
|
||||||
|
>
|
||||||
- Remove the user account from UCP granting client bundle access if access is removed from the identity provider.
|
>To ensure that access from the client bundle is synced with the identity provider, we recommend the following steps. Otherwise, a previously-authorized user could get access to UCP through their existing client bundle.
|
||||||
- If group membership in the identity provider changes, replicate this change in UCP.
|
>
|
||||||
- Continue to use LDAP to sync group membership.
|
> - Remove the user account from UCP granting client bundle access if access is removed from the identity provider.
|
||||||
|
> - If group membership in the identity provider changes, replicate this change in UCP.
|
||||||
|
> - Continue to use LDAP to sync group membership.
|
||||||
|
|
Loading…
Reference in New Issue