What should you do?

Your development team has created a structured API to retrieve vehicle data. They want to allow third parties to develop tools for dealerships that use this vehicle event data. You want to support delegated authorization against this data.

What should you do?
A . Build or leverage an OAuth-compatible access control system
B . Build SAML 2.0 SSO compatibility into your authentication system
C . Restrict data access based on the source IP address of the partner systems
D . Create secondary credentials for each dealer that can be given to the trusted third party

Answer: A

Explanation:

Delegate application authorization with OAuth2

Cloud Platform APIs support OAuth 2.0, and scopes provide granular authorization over the methods that are supported. Cloud Platform supports both service-account and user-account OAuth, also called three-legged OAuth.

References: https://cloud.google.com/docs/enterprise/best-practices-for-enterprise­organizations#delegate_application_authorization_with_oauth2 https://cloud.google.com/appengine/docs/flexible/go/authorizing-apps

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments