cURL
Auth
Start OIDC SSO and return the IdP authorization URL
POST
cURL
Body
application/json
Available options:
fluide-admin, fluide-capital-admin, fluide-super, fluide-developer Example:
"https://app.fluide.app/post-auth"
SSO provider id (matches ssoProvider.providerId). Use this or domain or email.
Email domain to resolve a registered SSO provider. Alternative to providerId.
Email address whose domain resolves the SSO provider. Alternative to providerId.
Forwarded to the IdP as login_hint when supported.
Response
The response is of type object.
OAuth provider callback — exchanges code, mints our JWT, redirects to S…OIDC redirect URI — exchanges code, mints Fluide JWT, redirects to SPA…