Log In to the Admin Portal¶
The Admin Portal uses the same base address (URL) as the Legacy Admin Portal. The base
address is then suffixed with portal/#/admin
, for example: https://{hostname}/portal/#/admin
.
Your username and password are the same.
Standard Users¶
To log in as a standard user:
Go to:
Legacy Admin GUI:
https://{hostname}/login
Admin Portal:
https://{hostname}/admin/sso/{Login URI}/login
Enter your username, using either of these formats:
{username}@hierarchy
{email address}
{username}
Important
If logging in with just {username}
, your username must be unique at the hierarchy level, else login fails.
In this case, log in using either {username}@hierarchy
or {email address}
. Email address must be
unique in the system.
LDAP Users¶
To log in as an LDAP user:
Go to URL:
https://{hostname}/login
Log in, using either
{user ID}[@hierarchy]
or your email address.The user ID (
{user ID}
) corresponds to the login attribute name specified in the LDAP network connection, for example, email address, user principal name, sAMaccountName. The login attribute name is configured in the authentication attribute of the LDAP device associated with the hierarchy.@hierarchy
is not required when the user ID corresponds to the user’s email address (regardless of the login attribute name specified in the LDAP network connection). The hierarchy is in dot notation and corresponds with the hierarchy to which the user belongs. Hierarchy level is the level at which the user is created.
SSO Users¶
To log in as SSO user:
Go to URL:
Legacy Admin GUI:
https://{host name}/sso/{SSO login URI}/login
Admin Portal:
https://{host name}/admin/sso/{Login URI}/login
Log in using the relevant SSO identity provider credentials.
Related Topics