# login

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/auth/saml/saml.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/auth/saml/saml.controller.ts#L136)

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)
