---
title: "Process SAML logout (GET)"
method: GET
path: "/api/v1/dotsaml/logout/{idpConfigId}"
tags: ["SAML Authentication"]
---

# Process SAML logout (GET)

`GET /api/v1/dotsaml/logout/{idpConfigId}`

Processes a SAML logout request via GET method. Initiates logout flow and redirects to the configured logout endpoint or builds a logout URL based on the request.

## Path parameters

- `idpConfigId` string, required

## Response `200`

SAML logout processed successfully

## Other responses

- `404` — IDP configuration not found or not enabled
- `500` — Internal server error during logout processing

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
