nerdexam
F5

101 · Question #509

If there are multiple applications authenticated against a single identity store, which technology solution will simplify access to all applications?

The correct answer is B. single sign on. This question tests understanding of which technology reduces repeated authentication across multiple applications that share a single identity store.

Section 4: Security Basics

Question

If there are multiple applications authenticated against a single identity store, which technology solution will simplify access to all applications?

Options

  • ARADIUS
  • Bsingle sign on
  • Cmultifactor authentication
  • DLDAP

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    89% (34)
  • C
    5% (2)
  • D
    3% (1)

Why each option

This question tests understanding of which technology reduces repeated authentication across multiple applications that share a single identity store.

ARADIUS

RADIUS is a network access authentication protocol primarily used for VPN and network device access - it does not provide a unified token-based mechanism for simplifying access across multiple web or enterprise applications.

Bsingle sign onCorrect

Single Sign-On (SSO) allows a user to authenticate once against the identity store and then gain access to all integrated applications without re-entering credentials. It leverages the shared identity store to issue tokens or assertions (such as SAML or OAuth) that each application trusts. This directly addresses the requirement of simplifying access when multiple applications share one authentication backend.

Cmultifactor authentication

Multifactor authentication adds additional verification steps to the login process, increasing security but making access more complex rather than simpler for the user.

DLDAP

LDAP is a directory access protocol used as the identity store itself - it stores user credentials but does not on its own provide a mechanism for users to access multiple applications with a single authentication event.

Concept tested: Single Sign-On across multiple applications with shared identity store

Source: https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/what-is-single-sign-on

Topics

#single sign-on#identity store#authentication#SSO

Community Discussion

No community discussion yet for this question.

Full 101 Practice