nerdexam
Microsoft

PL-600 · Question #136

You are a Microsoft Power Platform architect designing a solution. You must use a custom connector to integrate Power Automate with a data source. You need to authenticate the connector with the data

The correct answer is A. Basic authentication B. Generic OAuth 2.0 D. API Key. Power Automate custom connectors natively support the following authentication types: No Auth, API Key, Basic Authentication, OAuth 2.0, Azure Active Directory (AAD), and Windows Authentication. Basic authentication (A) uses a username and password. Generic OAuth 2.0 (B) is a wid

Submitted by packet_pusher· Apr 18, 2026Architect a solution

Question

You are a Microsoft Power Platform architect designing a solution. You must use a custom connector to integrate Power Automate with a data source. You need to authenticate the connector with the data source. Which three authentication methods can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options

  • ABasic authentication
  • BGeneric OAuth 2.0
  • COpenID Connect (OIDC)
  • DAPI Key
  • EPass-through

How the community answered

(57 responses)
  • A
    88% (50)
  • C
    9% (5)
  • E
    4% (2)

Explanation

Power Automate custom connectors natively support the following authentication types: No Auth, API Key, Basic Authentication, OAuth 2.0, Azure Active Directory (AAD), and Windows Authentication. Basic authentication (A) uses a username and password. Generic OAuth 2.0 (B) is a widely supported delegated authorization framework. API Key (D) passes a key in a header or query parameter. OpenID Connect (C) is an identity layer on top of OAuth 2.0 but is not listed as a distinct, selectable authentication type in the custom connector wizard - OAuth 2.0 covers this scenario. Pass-through (E) is not a supported authentication type for custom connectors.

Topics

#Custom Connectors#Power Automate#Authentication#Data Integration

Community Discussion

No community discussion yet for this question.

Full PL-600 Practice