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: 

1. Go to: 

   * Legacy Admin GUI: ``https://{hostname}/login``
   * Admin Portal: ``https://{hostname}/admin/sso/{Login URI}/login``

2. 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.




.. rubric:: Related Topics

* 
  .. raw:: latex

     Create a Landing Page in the Core Feature Guide

  .. raw:: html
  
     <a href="tasks-landing-page.html">Create a Landing Page</a>

* 
  .. raw:: latex

     SSO Users and Login in the Core Feature Guide

  .. raw:: html
  
     <a href="data-c_concepts-sso-users-and-login.html">SSO Users and Login</a>

* 
  .. raw:: latex

     LDAP Users and Login in the Core Feature Guide

  .. raw:: html
  
     <a href="data-c_concepts-ldap-users-and-login.html">LDAP Users and Login</a>