Register
2:00
Stop
Agile Project Management - Agile Roles and Responsibilities - Solution Architect
Expert
1/2
You are designing a secure API for a financial services company. What is the best approach for handling authentication and authorization?
a.
Use only SSL for secure communication
b.
Use only username and password authentication
c.
Implement OAuth 2.0 and OpenID Connect protocols
d.
Allow all users access to all API endpoints
e.
Use IP whitelisting for authentication
f.
Create a custom, non-standard authentication protocol
Expert