Skip to main content
POST
/
api
/
v1
/
auth
/
sso
/
authorize
cURL
curl -sS -X POST "$FLUIDE_BASE_URL/api/v1/auth/sso/authorize" \
  -H "Content-Type: application/json" \
  -d '{}'
{}

Body

application/json
fluideClientId
enum<string>
required
Available options:
fluide-admin,
fluide-capital-admin,
fluide-super,
fluide-developer
callbackURL
string
required
Example:

"https://app.fluide.app/post-auth"

providerId
string

SSO provider id (matches ssoProvider.providerId). Use this or domain or email.

domain
string

Email domain to resolve a registered SSO provider. Alternative to providerId.

email
string

Email address whose domain resolves the SSO provider. Alternative to providerId.

errorCallbackURL
string
loginHint
string

Forwarded to the IdP as login_hint when supported.

Response

The response is of type object.