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

# Process SAML logout (POST)

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

Processes a SAML logout request via POST method. Handles logout callbacks from the Identity Provider and redirects to the configured logout endpoint.

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