Enterprise
Single Sign-On (SSO)
Configure SSO with OIDC or SAML providers for secure team authentication.
Skitflow Enterprise supports Single Sign-On through OpenID Connect (OIDC) and SAML 2.0, allowing your team to authenticate using your existing identity provider.
Supported Providers
- Auth0
- Keycloak
- Okta
- Azure AD / Entra ID
- Google Workspace
- Any OIDC or SAML 2.0 compliant provider
OIDC Configuration
- Navigate to Settings → Authentication → SSO
- Select OIDC as the protocol
- Provide:
- Issuer URL — Your identity provider's issuer URL
- Client ID — The application client ID
- Client Secret — The application client secret
- Redirect URI —
https://<your-instance>/api/auth/callback/oidc
- Click Save and test the connection
SAML Configuration
- Select SAML as the protocol
- Provide:
- SSO URL — Your IdP's SSO endpoint
- Entity ID — The IdP entity identifier
- Certificate — The IdP's X.509 signing certificate
- Configure the ACS URL in your IdP:
https://<your-instance>/api/auth/callback/saml
User Provisioning
When SSO is enabled:
- New users are automatically created on first login
- User roles can be mapped from IdP groups to Skitflow roles
- Users can still use email/password as a fallback (configurable)