Microsoft Power Platform Developer — Question 66

You are creating a Power Apps app.
The app must retrieve data from an API that requires two-factor authentication.
You need to configure authentication.
Which type of authentication should you implement?

Answer options

Correct answer: D

Explanation

OAuth is the appropriate choice for this scenario as it supports two-factor authentication and is designed for secure authorization. The other options, such as Server-to-server, API key-based, and Basic authentication, do not natively accommodate two-factor authentication, making them unsuitable for this requirement.