nerdexam
F5

304 · Question #20

When integrating BIG-IP APM with an external vendor IdP, what is the purpose of the "Entity ID" or "Entity Identifier" used in the configuration?

The correct answer is C. It uniquely identifies the IdP and helps establish trust between SP and IdP. In SAML-based federation (which BIG-IP APM uses when integrating with an external IdP), the Entity ID is a globally unique URI that acts as the "name tag" for either the Identity Provider or Service Provider. When BIG-IP APM (acting as the SP) and the external IdP exchange…

Section 1: Implement APM for Access

Question

When integrating BIG-IP APM with an external vendor IdP, what is the purpose of the "Entity ID" or "Entity Identifier" used in the configuration?

Options

  • AIt uniquely identifies the user within the IdP's user database.
  • BIt specifies the network address of the IdP's authentication service.
  • CIt uniquely identifies the IdP and helps establish trust between SP and IdP.
  • DIt contains the user's authentication credentials for SSO.

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    87% (34)
  • D
    8% (3)

Explanation

In SAML-based federation (which BIG-IP APM uses when integrating with an external IdP), the Entity ID is a globally unique URI that acts as the "name tag" for either the Identity Provider or Service Provider. When BIG-IP APM (acting as the SP) and the external IdP exchange metadata, each party's Entity ID is what the other side uses to recognize and trust the connection - without it, the SP wouldn't know which IdP signed the assertion.

Why the distractors are wrong:

  • A - The Entity ID identifies the organization/system (the IdP itself), not an individual user. User identity is carried in the SAML assertion's NameID element.
  • B - The network address of the IdP's authentication service is specified by the SSO URL (SingleSignOnService endpoint), not the Entity ID.
  • D - Credentials are never transmitted via the Entity ID; they are handled during the IdP's own authentication process before an assertion is issued.

Memory tip: Think of the Entity ID like a passport number for the IdP - it's a unique identifier that proves who the IdP is, not where it lives or who the user is. The word "Entity" is the key: it refers to the IdP/SP entity, not a user or a URL.

Topics

#SAML Federation#Entity ID#IdP Integration#Trust Establishment

Community Discussion

No community discussion yet for this question.

Full 304 Practice