Skip to main content
POST
Initiate OIDC Login

Authentication

No authentication required.

Required Permissions

No authentication required.

Body

application/json
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

redirectUrl
string<uri>
required

The URL to redirect the user to authenticate with the IdP

Last modified on August 6, 2026