The Identity Provider initiates the session directly — no AuthnRequest from the SP. The IdP POSTs a SAMLResponse straight to the ACS endpoint.
Unlike SP-Initiated, there is no AuthnRequest. The flow is:
SAMLResponse assertion and HTTP-POSTs it to the SP's ACS URL.
/saml/acs endpoint) decodes and validates the response.Configure the following values in your IdP's SAML application settings:
The IdP sends an HTTP POST with a SAMLResponse form field
containing a base64-encoded, gzip-compressed SAML XML assertion.
When the IdP POSTs to /saml/acs, the backend decodes the
base64 SAMLResponse, parses the XML, extracts the NameID and attributes, and renders a result page showing: