Built-in User Management

Prev Next

The setup of our built-in user management system depends on what kind of Hyperscience instance you are using.

After initial setup, you can add users to our built-in user management system by following the steps outlined for your version of Hyperscience ( v38 | v39 | v40 | v41 ).

On-premise / private cloud instances

To use the Hyperscience built-in user management system, you must define the initial admin user and password in the “.env” file (for Docker/Podman-based deployments) or the respective section of the Helm chart’s values.yaml (for Kubernetes-based deployments; see Helm Chart for more information): 

FORMS_USER=<username>
FORMS_PASS=<password>

In v32 and later, you can choose to store your system-level credentials in a secrets manager. To learn more about our secrets-management integration, see Secrets Management.

SaaS instances

Hyperscience uses Okta to manage users in SaaS instances. Okta authentication is enabled by default.

For more details, contact your Hyperscience representative.