What two properties must be retrieved from the API identity provider when configuring OAuth 2.0 for a custom connector?

Disable ads (and more) with a premium pass for a one time $4.99 payment

Prepare for the Microsoft Power Automate RPA Developer Exam with our quiz! Study with flashcards and multiple choice questions, equipped with detailed explanations and hints. Ace your exam!

When configuring OAuth 2.0 for a custom connector, it is essential to retrieve the Client ID and Client Secret from the API identity provider. The Client ID serves as a unique identifier for the application during the OAuth process, allowing the identity provider to recognize which application is trying to access user resources. The Client Secret is like a password that adds an additional layer of security, ensuring that the application making the request is authorized to do so.

Together, these two properties are crucial for establishing a secure connection between the application and the API during the OAuth 2.0 authorization flow. They are used to authenticate the application and ultimately facilitate the retrieval of an access token, which will be required to perform actions on behalf of the user. In contrast, the other options—such as an API Key, user and password, or a public key—are not the correct elements needed for OAuth 2.0 configuration in this context.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy