Skip to main content

Instance Login

In self-hosted deployments, it can be configured at two levels: Instance Level, which applies globally across all workspaces and is configurable only by the super admin, and Workspace Level, which overrides the instance-level settings for specific workspaces and can be configured by both super admins and workspace admins. This guide focuses on configuring instance-level authentication.

Configuration​

To configure the instance-level authentication configuration

  1. Go to Settings > Instance login. (Example URL - https://app.corp.com/instance-settings/instance-login)

  2. On this page, you can configure the following settings:

only instance level login

SSO (Single Sign-On)​

  • SSO makes it easier for organizations to manage user access. Users can use one login for different tools, and admins can quickly add or remove access when needed. Thus, it improves an organization's onboarding and offboarding experience.

  • At the instance level you can configure SSO with Google, GitHub, and OpenID Connect. Please check the SSO docs for a detailed guide on SSO configuration.

  • You can also configure the Google or Github with Environment Variables. To set Google as default SSO use the following environment variable.

    VariableDescription
    SSO_GOOGLE_OAUTH2_CLIENT_IDGoogle OAuth client id
  • To set GitHub as the default SSO use the following environment variables:

    VariableDescription
    SSO_GIT_OAUTH2_CLIENT_IDGitHub OAuth client ID
    SSO_GIT_OAUTH2_CLIENT_SECRETGitHub OAuth client secret
    SSO_GIT_OAUTH2_HOSTGitHub OAuth host name if GitHub is self-hosted

Allowed Domains​

  • This feature helps restrict login access to specific email domains, ensuring that only authorized users from your organization can sign up or log in.

  • You can add multiple domains for login by specifying allowed domain names, separated by commas. Example: corp.com, corp.io, corp.ai

Sign-Up Without Invitations​

  • This feature allows organizations to simplify onboarding by letting users sign up without needing an invitation.

  • The Enable Signup feature lets users create accounts without being invited.

  • This feature is available only when the Personal Workspace option is enabled in the Manage Instance settings. When users sign up with this feature enabled, a new personal workspace is automatically created for them, and they are assigned as the admin of that workspace. Refer to Sign-Up Documentation to learn more.

Password Login​

  • Password login allows users to log in using their email and password. However, organizations can also use SSO for better security and control.

  • Toggle this setting to enable or disable password login on the login page. Make sure to disable password login only when your SSO is configured otherwise, you will get locked out.

Enable Workspace Login Configuration​

  • This feature allows workspace admins to customize login settings for their specific workspaces. It is useful when different workspaces in the same instance require distinct login configurations.

  • Once enabled, workspace-specific settings will override the instance-level configuration for those workspaces.

Automatic SSO Login​

  • This feature eliminates the need for users to interact with the login page by directly authenticating them via the configured SSO provider.

  • To Enable the Automatic SSO Login, ensure the password login is disabled and only one SSO provider is configured.

Custom Logout URL​

  • A Custom Logout URL allows organizations to redirect users to a specific page after they log out. This can be useful for redirecting users to a company portal or a feedback form.

  • Enter the desired logout URL in the Custom Logout URL field to configure this.