You are tasked with enhancing the security of an existing API. How would integrating OpenID Connect and RBAC contribute to improving the security?

  • Integrating OpenID Connect adds a robust authentication layer to the API, while RBAC ensures that only authorized users have access to specific resources, enhancing overall security.
  • OpenID Connect and RBAC have no impact on API security.
  • OpenID Connect increases the risk of security breaches.
  • RBAC should be used exclusively without OpenID Connect for security improvement.
Integrating OpenID Connect and RBAC is a powerful combination for enhancing API security. OpenID Connect provides strong authentication, verifying the user's identity, while RBAC ensures that only authorized users have access to specific resources. Together, they improve overall security by preventing unauthorized access and data breaches. The other options are incorrect and do not contribute positively to API security.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *