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
Question
Options
- ABasic authentication
- BGeneric OAuth 2.0
- COpenID Connect (OIDC)
- DAPI Key
- EPass-through
How the community answered
(57 responses)- A88% (50)
- C9% (5)
- E4% (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
Community Discussion
No community discussion yet for this question.