Global Single Sign-On (SSO) Server Configuration
Feature availability
Single Sign-On is available for enterprise plans. Upgrade your plan to use this feature.
If you use the self-hosted version, you must set up the license to use this feature.
This guide will help you set up Global Single Sign-On (SSO) for your server.
Configuration
Modify your server config.yaml to include the following configuration options:
config.yaml
tolgee:
  authentication:
    enabled: true
    sso-global:
      enabled: true
      domain: example.com # Domain name used to identify the organization on the login page
      client-id: # Unique identifier for an application
      client-secret: # Key used to authenticate the application
      authorization-uri: # URL to redirect users for authentication
      token-uri: # URL for exchanging authorization code for tokens
      custom-logo-url: # Optional URL to a custom logo to display on the login page
      custom-button-text: # Optional text of the login button
Restart your Tolgee server to apply the changes, and try logging in with an SSO account.
For more information on setting up SSO and obtaining the information required to fill in the configuration, see the SSO Getting Started guide.