Configure Microsoft ADFS as the Identity
Provider in the SDDC Manager UI
You can configure
VMware Cloud Foundation
to use Microsoft ADFS as an external identity provider, instead of using vCenter Single
Sign-On. In this configuration, the external identity provider interacts with the identity
source on behalf of vCenter Server. Microsoft Active Directory Federation Services (ADFS) requirements:
- Microsoft ADFS for Windows Server 2016 or later must already be deployed.
- Microsoft ADFS must be connected to Active Directory.
- You have created a vCenter Server administrators group in Microsoft ADFS that contains the users you want to grant vCenter Server administrator privileges to.
For more information about configuring Microsoft ADFS, see the Microsoft
documentation.
vCenter Server and other requirements:
- vSphere 7.0 or later
- vCenter Server must be able to connect to the Microsoft ADFS discovery endpoint, and the authorization, token, logout, JWKS, and any other endpoints advertised in the discovery endpoint metadata.
You can only add one external identity provider to
VMware Cloud Foundation
. - Log in to theSDDC Manager UIas a user with the ADMIN role
- In the navigation pane, click.
- ClickIdentity Provider.
- ClickChange Identity Providerand selectMicrosoft ADFS.
- ClickNext.
- Select the checkbox to confirm the prerequisites and clickNext.
- If your Microsoft ADFS server certificate is signed by a publicly trusted Certificate Authority, clickNext. If you are using a self-signed certificate, add the Microsoft ADFS root CA certificate added to the Trusted Root Certificates Store.
- ClickBrowse.
- Navigate to the certificate and clickOpen.
- ClickNext.
- Copy the redirect URIs.You will need them when you create the Microsoft ADFS Application Group in the next step.
- Create an OpenID Connect configuration in Microsoft ADFS.To establish a relying party trust between vCenter Server and an identity provider, you must establish the identifying information and a shared secret between them. In Microsoft ADFS, you do so by creating an OpenID Connect configuration known as an Application Group, which consists of a Server application and a Web API. The two components specify the information that vCenter Server uses to trust and communicate with the Microsoft ADFS server. To enable OpenID Connect in Microsoft ADFS, see the VMware knowledge base article at https://kb.vmware.com/s/article/78029.Note the following when you create the Microsoft ADFS Application Group.
- You need the two Redirect URIs from the previous step.
- Copy the following information to a file or write it down for use when configuring the identity provider in the next step.
- Client Identifier
- Shared Secret
- OpenID address of the Microsoft ADFS server
- Enter the Application Group information and clickNext.Use the information you gathered in the previous step and enter the:
- Client Identifier
- Shared Secret
- OpenID address of the Microsoft ADFS server
- Enter user and group information for the Active Directory over LDAP connection to search for users and groups.vCenter Server derives the AD domain to use for authorization and permissions from the Base Distinguished Name for users. You can add permissions on vSphere objects only for users and groups from this AD domain. Users or groups from AD child domains or other domains in the AD forest are not supported by vCenter Server Identity Provider Federation.OptionDescriptionBase Distinguished Name for UsersBase Distinguished Name for users.Base Distinguished Name for GroupsThe base Distinguished Name for groups.User NameID of a user in the domain who has a minimum of read-only access to Base DN for users and groups.PasswordID of a user in the domain who has a minimum of read-only access to Base DN for users and groups.Primary Server URLPrimary domain controller LDAP server for the domain.Use the formatldap://hostname:portorldaps://hostname:port. The port is typically 389 for LDAP connections and 636 for LDAPS connections. For Active Directory multi-domain controller deployments, the port is typically 3268 for LDAP and 3269 for LDAPS.A certificate that establishes trust for the LDAPS endpoint of the Active Directory server is required when you useldaps://in the primary or secondary LDAP URL.Secondary Server URLAddress of a secondary domain controller LDAP server that is used for failover.Certificates (for LDAPS)If you want to use LDAPS, clickBrowseto select a certificate.
- Review the information and clickSubmit.
After you successfully add
Microsoft ADFS as an external identity provider, you can add users and groups to
VMware Cloud Foundation
. See Add a User or Group to VMware Cloud Foundation.