Enabling certificate authentication for a VMware Identity Manager on-premises deployment requires setting SSL pass-through at the load balancer. In a DMZ deployment scenario, where the VMware Identity Manager service is deployed in the DMZ and the VMware Identity Manager connector is deployed in the internal network, if you do not want to allow inbound access to the connector, you can enable certificate authentication on the connector that is embedded in the VMware Identity Manager service.
In this scenario, use the embedded connector for certificate authentication only. Use the external connector for all other authentication methods.
To use the embedded connector for certificate authentication, you create a new Workspace identity provider for your directory, associate it with the embedded connector, and enable the Certificate Authentication adapter on the embedded connector. You can then configure your policies to use the certificate authentication method. Policies can also be set per app.
You also need to configure an SSL pass-through port for certificate authentication so that the SSL handshake is between the end user and the embedded connector. You set the port and upload the SSL certificate for it on the Appliance Settings pages and enable SSL pass-through for the port on the load balancer.
Other traffic continues to use port 443.
Note: This feature does not support local directories. Also, this feature is applicable only for on-premises DMZ deployments and does not apply to any other installation scenarios.
Deployment Requirements
Prerequisites
For the SSL pass-through port on the VMware Identity Manager server, obtain a signed SSL certificate from a public Certificate Authority. The hostname on the certificate must match the load balancer host name. The certificate must also be trusted by the end user.
Procedure
- Set the SSL pass-through port for certificate authentication.
- In the administration console, click the Appliance Settings tab.
- Click Manage Configuration and enter the admin user password.
- In the left pane, click Install SSL Certificates and select the Passthrough Certificate tab.
- Enter the required information.
Option |
Description |
Port |
Enter the port you want to use as the SSL pass-through port for certificate authentication. The default port is 7443. The port must be in the range 1024-65535 and cannot be 8443, which is the admin port.
Note: The port is available only if a certificate is added.
|
SSL Certificate Chain |
Copy and paste the SSL certificate. Include the entire certificate chain, in the following order: Server certificate Intermediate certificate Root certificate For each certificate, copy everything between and including the lines -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----. Certificates must be in the PEM format. |
Private Key |
Copy and paste the private key. |
- Click Add.
The server is restarted.
- Create a new Workspace identity provider.
- Click the Identity & Access Management tab, then click the Identity Providers tab.
- Click Add Identity Provider and select Create Workspace IDP.
- Enter the information for the new identity provider.
Option |
Description |
Identity Provider Name |
Enter a name for the identity provider. |
Users |
Select the directory for which you want to enable certificate authentication.
Note: This feature does not support local directories.
|
Connector(s) |
- From the Add a Connector drop-down menu, select the embedded connector. The embedded connector has the same hostname as the service.
- Deselect the Bind to AD check box.
- Click Add Connector.
Important: Do not select the
Bind to AD option.
|
Network |
Select the network ranges from which the identity provider can be accessed. |
- Click Add.
- Set the port for the embedded connector.
- Click the Identity & Access Management tab and click Setup.
- In the Connectors page, click the new Workspace identity provider you created for the embedded connector.
- In the IdP Hostname text box, change the value from hostname to hostname:port, where port is the custom port you configured for certificate authentication in step 1.
- Click Save.
- Enable the CertificateAuthAdapter on the embedded connector.
- Click Setup.
- In the Connectors page, find the embedded connector.
The embedded connector has the same hostname as the service.
- In the embedded connector row, click the link in the Worker column.
Each worker is associated with a directory. If multiple workers are listed, click the worker link for the directory for which you want to enable certificate authentication.
- Click the Auth Adapters tab.
- Click CertificateAuthAdapter.
- Configure and enable the adapter. See VMware Identity Manager Administration for information.
- Click Save.
- Verify that the Identity Providers page displays the Certificate Authentication method.
- Click Manage, then click the Identity Providers tab.
- Verify that Certificate Authentication appears in the Authentication Methods column for the new identity provider that you created.
- Configure policies to use the certificate authentication method according to your needs.
- Click Manage, then click the Identity Providers tab.
- Click the policy to edit.
- Configure policy rules to use the certificate authentication method as needed.
See
VMware Identity Manager Administration for more information about creating policies.