Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/auth/saml/saml.controller.ts
Initiate SP-initiated SSO login (public)
Endpoint
GET /auth/saml/login/:orgSlug
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
orgSlug | path | string | ✓ | |
mode | query | `string | undefined` | ✓ |
returnTo | query | `string | undefined` | ✓ |
projectId | query | string | - |
Referenced By
SamlController(MODULE_DECLARES)
Was this page helpful?