Match each enterprise identity and access management (IAM) protocol or standard on the left with its primary architectural function on the right.
- OAuth 2.0An authorization framework that issues delegated access tokens for RESTful APIs without sharing user credentials.
- OpenID Connect (OIDC)An authentication layer built on top of OAuth 2.0 that uses JSON Web Tokens (ID tokens) to verify user identity.
- SAML 2.0An XML-based standard for exchanging authentication and authorization data across federated enterprise web domains.
- SCIMAn HTTP-based open standard used to automate cross-domain user identity provisioning and account lifecycle updates.
Cevap
OAuth 2.0 matches API authorization delegation; OpenID Connect matches the OAuth 2.0 identity/authentication layer; SAML 2.0 matches XML-based federated Web SSO; SCIM matches automated identity provisioning.
Each protocol serves a distinct architectural purpose in modern enterprise IAM systems: OAuth 2.0 handles delegated API access control, OIDC provides modern OAuth-based user authentication, SAML 2.0 delivers traditional XML-based federated web SSO, and SCIM automates identity lifecycle management and provisioning across cloud and on-premises directories.
Adım Adım Çözüm
Anahtar Kavram
Enterprise IAM Architectural Protocols & Standards