75.3k views
2 votes
You are registering a webhook to push Microsoft Dataverse information to a third-party application. Which three authentication types can you use?

1) OAuth 2.0
2) API key
3) Client certificate
4) Username and password
5) JWT token

User Hewi
by
7.8k points

1 Answer

2 votes

Final answer:

You can use OAuth 2.0, API key, and Client certificate as authentication types when registering a webhook to push Microsoft Dataverse information to a third-party application.

Step-by-step explanation:

The three authentication types that can be used when registering a webhook to push Microsoft Dataverse information to a third-party application are:

  1. OAuth 2.0
  2. API key
  3. Client certificate

OAuth 2.0 is a widely used authentication protocol that allows a user to grant access to their data without sharing their credentials. An API key is a unique identifier used to authenticate requests made to an API. A client certificate is a digital certificate that is used to authenticate the client's identity.

User Alf Nielsen
by
7.5k points