Match each enterprise identity and access management (IAM) architectural component on the left to its primary functional responsibility on the right.
- SAML Assertion Consumer Service (ACS)Receives and validates signed XML authentication assertions from an external Identity Provider during web-based federated single sign-on.
- OAuth 2.0 Authorization ServerAuthenticates resource owners and issues scoped access tokens to client applications without exposing credentials.
- SCIM Provisioning ServiceAutomates identity account creation, modification, and de-provisioning across heterogeneous enterprise systems using RESTful API payloads.
- Kerberos Key Distribution Center (KDC)Grants Ticket Granting Tickets (TGT) and service tickets to authenticate users within an internal domain environment.
Cevap
SAML Assertion Consumer Service (ACS) matches receiving and validating signed XML assertions from an external IdP; OAuth 2.0 Authorization Server matches authenticating resource owners and issuing scoped access tokens; SCIM Provisioning Service matches automating identity account creation and de-provisioning via RESTful APIs; Kerberos Key Distribution Center (KDC) matches granting Ticket Granting Tickets and service tickets for internal domain authentication.
Each IAM component performs a specific architectural role in identity lifecycle management, federated web single sign-on, API authorization delegation, or local domain ticket authentication.
Adım Adım Çözüm
Anahtar Kavram
Enterprise IAM Architecture Components and Protocols