Skip to main content
GET
Start OAuth authentication

Path Parameters

provider
enum<string>
required

Identity provider. saml starts enterprise SAML SSO and requires slug.

Available options:
github,
google,
gitlab,
microsoft,
saml
action
enum<string>
required

Action to perform

Available options:
signup,
login,
connect-identity

Query Parameters

slug
string | null

Organization SSO slug (required when provider is saml)

invitationId
string | null

Invitation ID for accepting invitations

plan
string | null

Pricing plan for sign up

ref
string | null

Referral source

next
string | null

URL to redirect to after completion

Response

HTTP 302 Found redirect response.