VMware ESXi and vSphere Cluster Management
vCenter Single Sign-On Identity Sources
Learn how vCenter Server 5.5 SSO identity sources work, including Active Directory, LDAP, OpenLDAP, localos, vsphere.local, and default-domain login rules.
What an identity source does
An identity source is a configured repository of users and groups that vCenter Single Sign-On (SSO) consults when validating a login. Directory services are the typical repositories, but vCenter Server 5.5 can also use local operating-system accounts and its built-in SSO domain.
Each configured identity source is associated with a domain. The domain is the identity namespace used to distinguish accounts and qualify usernames. Because multiple sources can be associated with different domains, SSO can authenticate users from more than one directory environment.
Supported vCenter Server 5.5 identity sources
In the vSphere Web Client, the supported source types have distinct names. The connection method and SSO deployment topology matter when selecting one.
Active Directory with Integrated Windows Authentication
Active Directory (Integrated Windows Authentication) supports Active Directory 2003 and later. In vCenter Server 5.5, one Active Directory domain can be configured as this type of identity source.
The selected domain may be the forest-root domain, or it may be a domain that contains child domains. This option uses Windows-integrated authentication rather than a direct LDAP-style configuration. It is the usual choice when the environment is designed around the standard Active Directory integration method.
Active Directory as an LDAP server
Active Directory as an LDAP Server connects to Active Directory through LDAP. It is a different identity-source type from Active Directory integrated authentication.
This option has a historical compatibility role for environments that used the earlier vSphere 5.1 SSO approach. Choose it when compatibility with that model is the deciding requirement; otherwise, evaluate the integrated Active Directory option as the standard AD method.
OpenLDAP
OpenLDAP identity sources support OpenLDAP 2.4 and later. Unlike the single integrated Active Directory domain limit, more than one OpenLDAP source may be registered.
Each OpenLDAP source should have its own associated domain so that SSO can distinguish users with the same username in separate directories.
Local operating-system users: localos
The localos source represents accounts stored on the operating system hosting the vCenter SSO server. These accounts are not users from Active Directory or OpenLDAP.
localos is available only for a basic SSO deployment. It is unavailable when the deployment contains multiple SSO instances. Only one local operating-system identity source can be configured.
Consequently, localos is a topology-dependent choice rather than a general replacement for an external directory. Confirm the SSO deployment model before planning to use it. For related topology concepts, see Deployment Modes in vCenter SSO.
The built-in vsphere.local domain
The vsphere.local domain is created during SSO installation. It is the built-in identity source for users and groups managed directly by vCenter SSO.
The initial administrative account in this domain is administrator, normally written as administrator@vsphere.local. This account can administer identity sources, select the default identity source, manage password and account-lockout settings, and administer users and groups in the SSO domain.
The internal domain is distinct from externally managed domains. Adding an Active Directory or OpenLDAP source does not replace the vsphere.local source or move the built-in administrator account into the external directory.
Default identity source and username interpretation
After installation, vsphere.local is initially the default identity source. The default source is used when a user signs in with an unqualified username, meaning the username does not include a domain.
For example, entering administrator without a domain causes SSO to evaluate that name in the current default domain. To explicitly select the internal SSO domain, use administrator@vsphere.local.
Users from external domains should provide the domain explicitly. vCenter SSO 5.5 accepts these qualified-login forms:
DOMAIN\username, such asCORP\johnusername@domain.example, such asjohn@corp.example
Choosing the correct default source affects administrator and user login behavior. A default source makes short usernames convenient, but a user whose account exists in another domain must either qualify the username or change the default source. During initial administration, explicitly use administrator@vsphere.local so that the internal account is not confused with an external account named administrator.
How to select and configure an identity source
- Open the vSphere Web Client and go to the SSO administration area.
- Add the required external directory source, selecting the appropriate source type.
- Review the domain associated with the source. The domain is used for qualified usernames and must identify the intended directory namespace.
- Set the desired default identity source.
- Test both an unqualified login, if you intend to use one, and a domain-qualified login.
- Retain
administrator@vsphere.localfor explicit internal-domain SSO administration.
For the standard Active Directory approach, evaluate Active Directory (Integrated Windows Authentication). Use Active Directory as an LDAP Server when compatibility with the earlier SSO model is important. Use OpenLDAP for OpenLDAP 2.4 or later, and consider localos only when the basic-deployment and single-source restrictions are satisfied.
Identity-source limits and constraints
Choosing between identity sources
Compare candidates using five questions:
- Directory type: Is the repository Active Directory, OpenLDAP, or the local operating system?
- Authentication mechanism: Should Active Directory use Integrated Windows Authentication or LDAP?
- Supported version: Is the directory at least Active Directory 2003 or OpenLDAP 2.4, where applicable?
- Source quantity: Does the design require one integrated AD domain, multiple OpenLDAP sources, or one localos source?
- SSO topology: Is the deployment basic, or does it contain multiple SSO instances?
Keep the internal vsphere.local domain separate from externally managed directory domains. External sources provide directory identities, while the internal source provides SSO-managed identities and administration.
Practical login examples
Built-in SSO administrator
For initial SSO administration, sign in as administrator@vsphere.local. This explicitly selects the internal domain and avoids dependence on whichever source is currently default.
Active Directory user
Suppose the user is named john in the CORP domain. Use CORP\john or john@corp.example rather than relying on the default source.
Separate directory environments
An organization can configure an Active Directory source for corporate staff and one or more OpenLDAP sources for teams maintained in separate LDAP directories. Users should qualify their names when the relevant directory is not the default.
Local account source
Use localos only when SSO runs in a basic deployment and local operating-system accounts are specifically required. It cannot be added to a deployment with multiple SSO instances.
Troubleshooting identity-source logins
An unqualified username cannot authenticate
The account may not exist in the current default identity source. Enter a qualified username, such as CORP\john or john@corp.example, or verify the configured default source.
The administrator cannot access SSO management
The internal account may have been entered without its domain. Sign in explicitly with administrator@vsphere.local.
The localos source cannot be added
Check whether the SSO topology contains multiple SSO instances. Also verify that a localos source does not already exist. localos requires a basic deployment and only one such source is allowed.
OpenLDAP does not meet the requirement
Verify the directory version. vCenter Server 5.5 requires OpenLDAP 2.4 or later for this identity-source type.
The Active Directory option does not match the environment
Integrated Windows Authentication and Active Directory over LDAP are separate source types. Select the integrated option for the standard AD method, or select the LDAP option when compatibility with the earlier SSO model is required.
Exam-relevant summary
- An identity source is a user and group repository used by SSO during authentication.
- Every identity source is associated with a domain.
- Active Directory (Integrated Windows Authentication) supports Active Directory 2003 and later and permits one AD domain.
- Active Directory as an LDAP Server uses LDAP and supports compatibility with the earlier vSphere 5.1 SSO approach.
- OpenLDAP supports version 2.4 and later, and more than one OpenLDAP source can be registered.
localosrepresents accounts on the vCenter SSO server operating system, is limited to a basic deployment, is unavailable with multiple SSO instances, and can be configured only once.vsphere.localis created during installation and contains the initialadministratoraccount.vsphere.localis initially the default identity source.- Unqualified names use the default domain; qualified names use
DOMAIN\usernameorusername@domain.example. - Authentication through an identity source does not grant vSphere permissions by itself.
For broader vSphere administration context, see the VMware ESXi Online Course, and for SSO policy administration see Configure vCenter SSO Policies.