Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 6 question 8 discussion

Actual exam question from Microsoft's PL-400
Question #: 8
Topic #: 6
[All PL-400 Questions]

The communication department for a company 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 data from the page to a Common Data Service environment.
Explicit user credentials must not be required to write survey data to Common Data Service.
You need to implement authentication.
Which authentication mechanism should you implement?

  • A. ADFS
  • B. Azure AD Conditional Access
  • C. OAuth 2.0
  • D. Client secret
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Alduzz1985
Highly Voted 1 year, 6 months ago
Selected Answer: C
Must be Client Secret
upvoted 5 times
...
KucaStonojka
Most Recent 3 days, 14 hours ago
Selected Answer: D
The best authentication mechanism for capturing survey data from a publicly accessible page to the Microsoft Dataverse (formerly Common Data Service) without requiring explicit user credentials is Client Secret. While OAuth 2.0 underpins the client secret mechanism, explicit user credential flow (e.g., authorization grant) would typically be required, which doesn't fit the requirement for implicit public data submission. This method ensures security and compliance with the requirement of not explicitly needing user credentials to write data.
upvoted 1 times
...
HeWhoTakesExams
3 weeks ago
The answer is C, according to the scam-artists in the comments section whose cousins work at Microsoft
upvoted 1 times
...
pey
6 months, 3 weeks ago
Selected Answer: C
OAuth 2.0 would be the most suitable for this scenario
upvoted 1 times
...
At09
1 year, 1 month ago
Oauth then
upvoted 1 times
...
lezzles11
1 year, 3 months ago
Selected Answer: C
Guess you could set the grant type to implicit https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow
upvoted 1 times
...
DimpleG
1 year, 10 months ago
Selected Answer: C
OAuth 2.0 is a popular authentication mechanism that allows users to share their resources (such as data on a website) with a third-party application without explicitly providing their credentials. It will enable clients to access resources on behalf of a resource owner and can be used to authenticate and authorize users without requiring explicit credentials. This makes it a good choice for a given scenario, where the survey page should be publicly accessible and the data should be capturehttps://www.examtopics.com/exams/microsoft/pl-400/view/2/#d in a Common Data Service environment without requiring explicit user credentials.
upvoted 2 times
...
Flatternschuchtern
2 years, 2 months ago
Confirm please, looks sus
upvoted 3 times
fancyturkey
1 year, 10 months ago
Should be correct, OAuth doesn't need explicit credential, it uses "access token" from web service
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...