Settings
SSO Settings
Configure and manage Single Sign-On (SSO) authentication
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
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.