Configuring Identity Source in SSO with secured LDAPS

To configure the LDAPS , need to import the certificate from the certificate root server . Pls note other than the root certificate it won’t accept other certificate .

Log in to a Domain Controller on the domain.

Click Start, type mmc, and click File Add/Remove Snap-in.

2

Select Computer account and click Next.

3

If you are working at the LDAP server requiring the certificate, select Local. Otherwise, select Another computer and click Browse to locate the LDAP server requiring the certificate

When you select the correct computer, click OK > Finish

4

Click Certificates Add.

5

Click on the root certificate

In the console tree, expand Certificates (computer)

In the certificates console of a computer that contains a certificate that can be used for Server Authentication, right-click the certificate, click All Tasks > Export.

6

Make sure to select the Server Authentication on the certificate .

7

On the Export Private Key screen, select No, do not export the private key and click Next.

8

On the Export File Format screen, select Base-64 encoded X.509 (.CER) and click Next.

9

On the File to Export screen, choose a name and location to save the certificate.

10

Click Next and Finish to save the certificate file.

11

Log in to the vSphere Web Client using an Single Sign On Administrator. The default account is admin@System-Domain.Click Administration and go to the Sign On and Discovery section, click Configuration, then click the green Add Identity Source option at the top.

12

Enter the required information in the Add Identity Source wizard. When completed, click Choose Certificate and browse to the location of the Certificate you saved previously.

13

You receive a confirmation message when you have imported the certificate successfully. Click OK to close the dialog and OK again to finalize adding the new identity source.

14

15

16

If you want to include this new Identity Source in the Default Domains, select the Identity Source from the list and click Add to Default Domains icon .

17

Once Identity source is configured with AD as the default domain , login in to the web-client or vsphere client and add the ADD users to the appropriate rights to the VC..

Additional Information Regarding the SSO Identity Source.

We can configure the identity source just for LDAP in the non-secured AD Ladp environment and the default port used is 3268.

18

A general system error occurred: Authorize Exception error :

In few cases above error will popup when we login  using Domain users to connect VC and it will allow only local admin account , it mostly because of SSO Identity source ldap wrong configuration or any change in the AD Ldap end .So check the configuration above to fix the same..

Reference :http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2041378

 

Advertisement
This entry was posted in SSO, Vcenter Appliance, VMware and tagged , , , , . Bookmark the permalink.

1 Response to Configuring Identity Source in SSO with secured LDAPS

  1. Bert Aerts says:

    I just would like to add and for those who want* to use SSL (LDAPS): you MUST specify the “Primary server URL” in “Configure identity source” or VCS will still use non-encrypted (simple) bind to the LDAP, revealing your credentials to anyone with a packet sniffer in the very first packet on the network.
    Example: Primary server URL: ldaps://yourldapsserver.domain.com:636
    *everybody should
    Cheers.

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s