Added TOC entry

This commit is contained in:
ddeyo 2018-09-05 08:36:36 -07:00
parent a40c7c26ad
commit fa642daca6
2 changed files with 9 additions and 5 deletions

View File

@ -1560,6 +1560,8 @@ manuals:
title: Add labels to cluster nodes
- path: /ee/ucp/admin/configure/add-sans-to-cluster/
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/
title: Integrate with LDAP
- path: /ee/ucp/admin/configure/external-auth/enable-ldap-config-file/

View File

@ -86,8 +86,10 @@ You can download a client bundle to access UCP. A client bundle is a group of ce
![Downloading UCP Client Profile](../../images/client-bundle.png)
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.
- 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.
> Caution
>
>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.
>
> - 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.