Courseiva
Demonstrate the capabilities of Power AppshardMultiple ChoiceObjective-mapped

PL-900 Demonstrate the capabilities of Power Apps Practice Question

A developer is building a Canvas app that uses a custom connector to an external API. The API requires OAuth 2.0 authentication. What must the developer do to set up the connector?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Register an application in Microsoft Entra ID and configure the custom connector with the client ID and secret

Custom connectors with OAuth 2.0 require registering the app in Microsoft Entra ID. Option A is not possible. Option B is for custom API, not authentication. Option C is for API key authentication, not OAuth.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Select 'OAuth 2.0' as the authentication type and enter the API key

    Why it's wrong here

    OAuth 2.0 does not use API keys; it uses tokens.

  • Create the connector with a Swagger file and set authentication to 'Anonymous'

    Why it's wrong here

    Anonymous is not secure for external APIs.

  • Use the built-in HTTP connector with Basic authentication

    Why it's wrong here

    Basic authentication is not OAuth 2.0.

  • Register an application in Microsoft Entra ID and configure the custom connector with the client ID and secret

    Why this is correct

    OAuth 2.0 requires app registration and credentials.

About these practice questions

Courseiva writes every PL-900 question from scratch — 904 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more way this is tested on PL-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A developer builds a canvas app that uses a custom connector to call an external API. The API requires an OAuth 2.0 client credentials flow. Which authentication type should the developer configure in the custom connector?

hard
  • A.OAuth 2.0
  • B.Windows Authentication
  • C.API Key
  • D.Basic Authentication

Why A: OAuth 2.0 client credentials flow is a standard OAuth flow used for server-to-server authentication where no user is involved. Option B is incorrect because Windows Authentication is not OAuth-based and does not support client credentials flow. Option C is incorrect because API Key is a simple token-based authentication, not OAuth. Option D is incorrect because Basic Authentication sends credentials in plaintext and is not OAuth 2.0.

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This PL-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PL-900 exam.