An organization is modernizing its identity and access management (IAM) architecture to support modern web applications and API access controls. Which of the following protocols should the security team implement to provide federated user identity authentication and delegated API authorization? (Select TWO.)
- OpenID Connect (OIDC)Cevap
- OAuth 2.0Cevap
- CRemote Authentication Dial-In User Service (RADIUS)
- DIPsec Virtual Private Network (VPN)
Cevap
The correct open standards are OpenID Connect (OIDC) for identity authentication and OAuth 2.0 for API authorization.
OpenID Connect (OIDC) and OAuth 2.0 work together in modern identity architectures. OIDC provides user authentication by returning an ID token, while OAuth 2.0 handles authorization by granting access tokens for API requests.
Adım Adım Çözüm
Anahtar Kavram
Federated Authentication and API Authorization Protocols