Join our Newsletter — 33% off our NHI Course
Authentication, Authorisation & Trust

Recipient

← Back to Glossary
By NHI Mgmt Group Updated September 25, 2026 Domain: Authentication, Authorisation & Trust

Recipient is the endpoint allowed to consume a SAML assertion inside subject confirmation. It acts as an additional address check on the assertion itself, separate from the response envelope. In a standard web SSO flow, it should match the ACS URL exactly or the service provider should reject the assertion.

What the Recipient Does in SAML Subject Confirmation

The recipient is the intended endpoint for a SAML assertion’s subject confirmation check. It tells the service provider where that assertion is allowed to be consumed, independent of the broader response envelope.

In practical terms, this is an address-level control on assertion use. If the recipient value does not match the expected Assertion Consumer Service location, the assertion should be rejected even if the surrounding response appears valid.

Why Recipient Is Different from the SAML Response Envelope

Recipient is not just another transport field. It binds the assertion to a specific consumption point so that a valid assertion cannot be replayed or redirected to an unintended destination within the SSO flow.

That separation matters because SAML assertions and SAML responses have related but distinct validation duties. A system can receive a response at one endpoint while still requiring the assertion itself to name the correct recipient before it trusts the user identity carried inside the assertion.

How Recipient Is Checked in Standard Web SSO

In a normal web single sign-on exchange, the recipient should align exactly with the configured ACS URL for the service provider. Exact matching reduces ambiguity and prevents one valid assertion from being accepted at a different endpoint than the IdP intended.

Implementations typically treat this as a strict comparison, not a loose equivalence check. Small variations, including endpoint drift or unexpected URL rewriting, can turn a working configuration into a rejected assertion or, worse, create acceptance of an assertion at the wrong location.

Common Validation and Integration Failure Modes

Most recipient problems come from configuration drift rather than protocol complexity. Mismatched ACS URLs, environment changes, proxy rewriting, and inconsistent metadata all create failures that are hard to diagnose because the assertion may still be signed and otherwise well formed.

The core question is whether the endpoint consuming the assertion is the one the assertion was issued for. If that check is weak, the recipient value stops being a guardrail and becomes an assumption.

Risk and Threat Considerations

Recipient validation is a direct control against assertion misuse. Weak checking can enable replay at the wrong endpoint, acceptance by an unintended service, or confusion during federated SSO integration, especially where multiple ACS URLs or environments exist.

Failure mechanism: The service provider accepts an assertion without strictly verifying that the recipient matches the intended ACS URL, allowing a valid assertion to be consumed outside its intended destination.

Impact: An attacker or misconfigured integration can gain unintended access, bypass endpoint binding, or trigger hard-to-trace authentication failures across federated applications.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST SP 800-53 Rev 5, OWASP ASVS, NIST SP 800-63 and CIS Controls v8 set the technical controls, while ISO/IEC 27001:2022 defines the regulatory obligations.

FrameworkControl / ReferenceRelevance
NIST SP 800-53 Rev 5IA-2 — Identification and Authentication (Organizational Users)SAML recipient checking supports authenticated user access decisions.
IA-8 — Identification and Authentication (Non-Organizational Users)Federated SAML sign-on commonly authenticates external users through assertions.
IA-9 — Service Identification and AuthenticationRecipient binding helps ensure assertions are consumed by the intended service endpoint.
Recommendation — Validate assertion recipient checks before establishing organizational user access. Enforce recipient matching for federated external-user authentication flows. Bind assertions to the intended service endpoint before accepting them.
OWASP ASVSV10 — OAuth and OIDCFederation-style token and assertion validation shares endpoint-binding concerns.
V6 — AuthenticationRecipient is part of authentication assertion validation in web SSO flows.
Recommendation — Require exact endpoint matching when validating federated login assertions. Verify recipient constraints before accepting a SAML authentication assertion.
ISO/IEC 27001:2022A.5.15 — Access controlRecipient validation enforces access boundary control for assertion consumption.
Recommendation — Apply strict access boundary checks to assertion consumption points.
NIST SP 800-63Digital Identity GuidelinesFederated identity assurance depends on correct assertion presentation and binding.
Recommendation — Use digital identity guidance to keep assertion presentation bound to the right relying party.
CIS Controls v8CIS-5 — Account ManagementFederated account access depends on controlled authentication acceptance paths.
Recommendation — Constrain federated account acceptance to the intended assertion endpoint.

Practitioner Guidance

What to watch for: Treat recipient mismatches as a configuration and security signal, not just an interoperability bug. When assertions are rejected, compare the exact ACS URL, metadata, and any proxy or load-balancer rewriting before loosening validation rules.

Practitioner takeaway: Exact recipient enforcement is one of the simplest ways to preserve the integrity of SAML subject confirmation, so it should stay strict unless the protocol profile explicitly requires otherwise.

Deepen Your Knowledge

Sign up to our weekly newsletter — get 33% off our NHI Foundation Level Course

    NHIMG Editorial Note
    Reviewed and updated by the NHIMG editorial team on September 25, 2026.
    NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org