# callback

**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#L160)

SAML Assertion Consumer Service — IdP POSTs here (public)

## Endpoint

`POST /auth/saml/callback/:orgId`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `orgId` | path | `string` | ✓ |  |

## Referenced By

- `SamlController` (MODULE_DECLARES)
