QuestionQ66

Develop integrations

A company's communications department plans to add a publicly accessible survey page to the company’s public website.

You must add the new survey page to the company’s public website and capture its data in a Microsoft Dataverse environment.

Explicit user credentials must not be required to write survey data to Dataverse.

You need to implement authentication. Which authentication mechanism should you implement?

  • A ADFS
  • B Azure AD Conditional Access
  • C Azure guest account
  • D Client secret
Explanation

A client secret enables confidential-client, server-to-server authentication for a Microsoft Entra application or service principal. The application can be represented by an application user in Dataverse and assigned only the permissions needed to create the survey data, without requiring credentials from public website users.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!