Which authorization framework gives third-party applications limited access to HTTP services?
Which authorization framework gives third-party applications limited access to HTTP services?
OAuth 2.0 is the correct authorization framework that gives third-party applications limited access to HTTP services. It allows users to grant third-party applications access to their resources without sharing their credentials, ensuring a secure and controlled access process.
Seems to be correct. https://auth0.com/docs/authenticate/protocols/oauth "The OAuth 2.0 authorization framework is a protocol that allows a user to grant a third-party web site or application access to the user's protected resources, without necessarily revealing their long-term credentials or even their identity." https://auth0.com/intro-to-iam/what-is-oauth-2 "...is a standard designed to allow a website or application to access resources hosted by other web apps on behalf of a user."
D is correct