Administration
SSO & Authentication
Single sign-on with OIDC identity providers.
Overview
Sophon Enterprise supports SSO via OpenID Connect (OIDC). Connect your identity provider (Okta, Azure AD, Google Workspace, etc.) for centralized authentication.
Configuration
{
"Sophon": {
"Auth": {
"Sso": {
"Enabled": true,
"Authority": "https://your-idp.com",
"ClientId": "sophon-app",
"ClientSecret": "<encrypted>",
"Scopes": ["openid", "profile", "email"]
}
}
}
}Supported Providers
- Azure Active Directory / Entra ID
- Okta
- Google Workspace
- Auth0
- Any OIDC-compliant provider