ZITADEL Docs
APIsCore ResourcesV2SAML

Get SAML Request

Get SAML Request details by ID. Returns details that are parsed from the application's SAML Request.

Required permissions:

  • session.read
GET
/v2/saml/saml_requests/{saml_request_id}

Path Parameters

saml_request_id*string

ID of the SAML Request, as obtained from the redirect URL.

Response Body

application/json

curl -X GET "https://loading/v2/saml/saml_requests/string"
{
  "samlRequest": {
    "id": "string",
    "creationDate": "2023-01-15T01:30:15.01Z",
    "issuer": "string",
    "assertionConsumerService": "string",
    "relayState": "string",
    "binding": "string"
  }
}

Was this page helpful?