# Assertion Consumer Service for SAMLResponse from IDP

ACS handles authenticates SAMLResponse (validates authentication & assertions) and redirects in response.

Endpoint: POST /saml/assertion
Version: 0.9.74
Security: bearer, apiKey, apiSecret

## Response 302 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

## Response 400 fields (application/json):

  - `success` (boolean)

  - `message` (string)

  - `code` (integer)

  - `errors` (array)

  - `suggestion` (string)


