Overview

Single Sign-On (SSO) allows users to access your application using their existing identity provider accounts. We support multiple OAuth2.0-based authentication providers and offer built-in templates for popular platforms.

Configure OAuth2.0 Provider

  1. Navigate to Settings > SSO
  2. Select a provider template or create a custom provider
  3. Fill in the following required information:
    • Provider ID
    • Provider Name
    • Provider Icon
    • Client ID
    • Client Secret

Built-in Templates

Security Guidelines

The default callback URL is: http(s)://{Your Domain}/api/auth/callback/{providerId}. Make sure to add this URL in your OAuth provider settings.

Never expose the Client Secret in client-side code. It should only be used on the server side.