Skip to main content

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

    samlRequestId stringrequired

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

Responses​

OK

Schema

    samlRequest

    object

    id string

    ID of the SAMLRequest

    creationDate date-time

    Time when the SAMLRequest was created

    issuer string

    SAML entityID of the application that created the SAMLRequest

    assertionConsumerService string

    URL which points back to the assertion consumer service of the application

    relayState string

    RelayState provided by the application for the request

    binding string

    Binding used by the application for the request

Loading...