Disabling native user login

Before disabling native user login, confirm that at least one other IdP user has the organization owner role. Assign a new organization owner if you haven't done that yet.

Assign a new organization owner

  1. Log in at least once to the Hybrid Manager (HM) console as the IdP user that will become the organization owner. This ensures the HM console indexes the new user. Then, log out.

  2. Log in as the current native owner of HM (for example, owner@mycompany.com).

  3. From the top-right profile menu, select User management. Verify the user that will become the new owner is in the list.

  4. Edit the user and assign them the owner role.

Disable native users

  1. To disable native user login, unset the staticPasswords configuration by setting portal.authentication.staticPasswords to []:

    portal:
      authentication:
        staticPasswords: []
  2. Apply the DEX configuration again to populate the changes.


Could this page be better? Report a problem or suggest an addition!