Skip to main content
POST
Initiate SSO Login

Authentication

No authentication required.

Required Permissions

No authentication required.

Body

application/json
clientId
string
required

Client Id obtained from the IdP

redirectUri
string<uri>
required

Redirect URI used for the authentication flow

orgId
string

Organization id.

Required string length: 1 - 64
Pattern: ^or-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$
Example:

"or-30tnh-itmjs-s235s5ontr3r23h2"

tenantId
string

Tenant id.

Required string length: 1 - 64
Pattern: ^acct-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$
Example:

"acct-24hka-dhili-9hgvdlvr1ohpibp4"

Response

200 - application/json

Success

ssoRedirectUrl
string<uri>
required

The URL to redirect the user to authenticate with the IdP

Last modified on July 9, 2026