Users and Access

How users access Curiosity on a workspace

By default, users can access a workspace using an email and password. Passwords are never stored in plain-text, and are validated against a salted and hashed value computed using a random per-user salt and the PBKDF2 algorithm. Users of a workspace can also enable time-based one-time password two-factor authentication (TOTP 2FA) for their accounts for increased security.

In addition to the default sign-in option, workspaces have the capability to enable single-sign-on using one or more authentication providers. For more information, please check the documentation page from each provider:

It is also possible to use an external SAML2-compatible authentication provider to enable single-sign-on.

Last updated