# accessSso

**Kind:** API Endpoint

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

Start SSO reader login — 302 to the org IdP (reader mode)

## Endpoint

`GET /public/p/:slugWithId/access/sso`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `slugWithId` | path | `string` | ✓ |  |
| `returnTo` | query | `string` | - |  |

## Referenced By

- `PublicProjectController` (MODULE_DECLARES)
