Describes the authentication domain mechanism that enables users to select the correct authentication method when accessing the system.
A login domain is an authentication domain mechanism that
-
defines the authentication domain for a user
-
can be set to Local, LDAP, RADIUS, TACACS+, DUO, SAML, RSA, or OAuth 2 authentication mechanisms, and
-
enables the user to select the correct authentication domain when accessing the system from REST, CLI, or GUI.
Authentication access methods
When accessing the APIC through different interfaces, the authentication method varies:
-
REST: The username is prefixed with a string so that the full login username looks as follows:
apic:<domain>\<username> -
GUI: The APIC offers a drop-down list of domains for the user to select.
If no apic: domain is specified, the default authentication domain servers are used to look up the username.
Starting in ACI version 1.0(2x), the login domain fallback of the APIC defaults local. If the default authentication is set to a non-local method and the console authentication method is also set to a non-local method and both non-local methods do not automatically fall back to local authentication, the APIC can still be accessed via local authentication.
To access the APIC fallback local authentication, use these strings:
-
Use the APIC#fallback\\username string for REST API, GUI, and CLI for both APIC and Switches.
-
Use the apic:fallback\\username string for only the REST API and the GUI, but not for the CLI interface.
Do not change the fallback login domain. Doing so could result in being locked out of the system.