Enterprise SSO
Operator checklist
Redirect URI
Set
FLUIDE_AUTH_SSO_OIDC_REDIRECT_URI to the public callback URL, for example:https://auth.yourdomain.com/api/v1/auth/sso/callbackRegister the same URI in your IdP (Okta, Entra, Auth0).Providers JSON
Set
FLUIDE_SSO_PROVIDERS_JSON to an array of:providerId, issuer, domain, clientId, clientSecret, optional pkce, scopes, mapping, allowedFluideClientId (fluide-admin or fluide-capital-admin).Endpoints
POST /api/v1/auth/sso/authorizeGET /api/v1/auth/sso/callback
JwtIssuerService.
API routing
SSO endpoints live under/api/v1/auth/sso/* on the same Fluide API base URL as other Auth routes (sandbox: https://test.api.fluidehr.com). No separate host or path prefix is required for Connect integrations.