For a service that provides access to third-party applications, what authorization mechanism would ensure secure and limited access?
- API Key Authorization
- OAuth 2.0
- Role-Based Access Control (RBAC)
- SAML (Security Assertion Markup Language)
OAuth 2.0 is commonly used for authorization in scenarios where secure and limited access is required, especially for third-party applications.
Loading...
Related Quiz
- What distinguishes SOAP 1.1 from SOAP 1.2 in terms of error handling?
- What is the role of a namespace in XML-based web service versioning?
- TLS version _______ introduced improvements in speed and security over its predecessors.
- In performance testing, _______ is a critical factor that measures how quickly a web service responds to a request.
- A company needs to implement a secure API with mobile client support. Which authentication method is preferable?