Get SAML Request details
GET/v2/saml/saml_requests/:samlRequestId
Get SAML Request details by ID. Returns details that are parsed from the application's SAML Request.
Request​
Path Parameters
ID of the SAML Request, as obtained from the redirect URL.
Responses​
- 200
- 403
- 404
- default
OK
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
samlRequest
object
ID of the SAMLRequest
Time when the SAMLRequest was created
SAML entityID of the application that created the SAMLRequest
URL which points back to the assertion consumer service of the application
RelayState provided by the application for the request
Binding used by the application for the request
{
"samlRequest": {
"id": "string",
"creationDate": "2025-03-07T15:54:11.493Z",
"issuer": "string",
"assertionConsumerService": "string",
"relayState": "string",
"binding": "string"
}
}
- Schema
- Example (from schema)
Schema
samlRequest
object
ID of the SAMLRequest
Time when the SAMLRequest was created
SAML entityID of the application that created the SAMLRequest
URL which points back to the assertion consumer service of the application
RelayState provided by the application for the request
Binding used by the application for the request
{
"samlRequest": {
"id": "string",
"creationDate": "2025-03-07T15:54:11.493Z",
"issuer": "string",
"assertionConsumerService": "string",
"relayState": "string",
"binding": "string"
}
}
- Schema
- Example (from schema)
Schema
samlRequest
object
ID of the SAMLRequest
Time when the SAMLRequest was created
SAML entityID of the application that created the SAMLRequest
URL which points back to the assertion consumer service of the application
RelayState provided by the application for the request
Binding used by the application for the request
{
"samlRequest": {
"id": "string",
"creationDate": "2025-03-07T15:54:11.494Z",
"issuer": "string",
"assertionConsumerService": "string",
"relayState": "string",
"binding": "string"
}
}
Returned when the user does not have permission to access the resource.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Returned when the resource does not exist.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}