System admin user
AI summary
About AI summaries.
This information applies to Lumi Enterprise.
The system admin is a built-in user in Imply Lumi Enterprise with administrative access to all features of the deployment. The system admin user is enabled by default. Use it to configure external identity providers (IdPs) for single sign-on (SSO) authentication.
Log in as system admin
When you deploy Lumi Enterprise, you specify system admin credentials in main.tf using the admin_email and admin_initial_password properties.
Use these credentials to log in as the system admin user.
Keep your system admin login credentials confidential since the system admin user has full administrative access to the deployment.
To log in as the system admin user:
- On the Log in page, click More options.
- Click Log in as system admin.
- Enter your username and password.
- Click Log in as system admin.

Manage system admin access
You only need to log in as the system admin to add your first IdP. To add more IdPs, you can log in through your existing IdP. The account you use to log in must belong to an IdP group mapped to the Admin role in Lumi. For information on Lumi roles, see Manage roles. For information on SSO configuration, see Configure SAML SSO for Lumi Enterprise.
Disable the system admin user
Before disabling the system admin user, ensure that you can log in to Lumi using an IdP. If SSO becomes unavailable after disabling, there is no fallback login option until you re-enable the system admin user.
The system admin user is enabled by default.
The admin_email and admin_initial_password values remain in your Terraform configuration until you disable the system admin user, after which you can remove them from main.tf.
Consider keeping the system admin user enabled as a fallback for the following reasons:
- Replacing the X.509 certificate after your IdP rotates its signing certificate
- Mapping new IdP groups to Lumi roles
- Fixing a misconfiguration, such as a wrong SSO URL or Entity ID
- Finishing an incomplete SSO setup
To disable the system admin user, set the enable_admin_user property to false in main.tf, then run terraform apply.
Enable the system admin user
To re-enable a previously disabled system admin user, set the enable_admin_user property to true in main.tf, then run terraform apply.
Learn more
See the following topics for more information:
- Security for an overview of available Lumi security measures.
- Configure SAML SSO to configure SSO for Lumi Enterprise.
- Manage roles for reference on predefined roles in Lumi.