ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 10 - AZ-204 discussion

Report
Export

HOTSPOT

You need to add code at line AM09 to ensure that users can review content using ContentAnalysisService.

How should you complete the code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 10
Correct answer: Question 10

Explanation:

Box 1: "oauth2Permissions": ["login"]

oauth2Permissions specifies the collection of OAuth 2.0 permission scopes that the web API (resource) app exposes to client apps. These permission scopes may be granted to client apps during consent.

Box 2: "oauth2AllowImplicitFlow":true

For applications (Angular, Ember.js, React.js, and so on), Microsoft identity platform supports the OAuth 2.0 Implicit Grant flow.

Reference:

https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-app-manifest

asked 02/10/2024
Amir Trujillo
38 questions
User
0 comments
Sorted by

Leave a comment first