Skip to main content

Complete SSO Sign-In

GET 

/api/portal/auth/sso/:company/callback

Handle the SSO provider callback for the given company. Returns 501 when SSO is not configured for the account.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Request

Responses

Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.