exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 4 question 55 discussion

Actual exam question from Microsoft's AZ-204
Question #: 55
Topic #: 4
[All AZ-204 Questions]

You are developing a web application that uses the Microsoft identity platform for user and resource authentication. The web application calls several REST APIs.

A REST API call must read the user’s calendar. The web application requires permission to send an email as the user.

You need to authorize the web application and the API.

Which parameter should you use?

  • A. tenant
  • B. code_challenge
  • C. state
  • D. client_id
  • E. scope
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
alexein74
Highly Voted 2 years, 4 months ago
Selected Answer: E
E. scope Scope is the parameter used to specify the permissions that the web application is requesting to access the user's resources, such as the calendar and the ability to send an email as the user. The scope parameter is typically included in the API call or in the authorization request sent to the Microsoft identity platform.
upvoted 15 times
...
g2000
Highly Voted 2 years, 4 months ago
right https://learn.microsoft.com/en-us/azure/active-directory/develop/scopes-oidc
upvoted 11 times
...
Vichu_1607
Most Recent 7 months, 1 week ago
Selected Answer: E
Correct Answer : E.Scope
upvoted 1 times
...
1CY1
11 months, 3 weeks ago
Selected Answer: E
Scopes and permissions in the Microsoft identity platform. https://learn.microsoft.com/en-us/entra/identity-platform/scopes-oidc The Microsoft identity platform implements the OAuth 2.0 authorization protocol. OAuth 2.0 is a method through which a third-party app can access web-hosted resources on behalf of a user. Any web-hosted resource that integrates with the Microsoft identity platform has a resource identifier, or application ID URI. In OAuth 2.0, these types of permission sets are called scopes. They're also often referred to as permissions. In the Microsoft identity platform, a permission is represented as a string value. An app requests the permissions it needs by specifying the permission in the scope query parameter.
upvoted 1 times
...
FeriAZ
1 year, 4 months ago
Selected Answer: E
scope The scope parameter in OAuth 2.0 specifies the permissions that the application is requesting. These permissions can be related to user delegated permissions (like reading a user's calendar) or application permissions (like sending an email on behalf of a user). Relevance to Authorization: This is the key parameter for defining the specific permissions your web application requires to access Microsoft Graph or other APIs.
upvoted 1 times
...
NightshadeRC
1 year, 10 months ago
Had this question in today's exam: 2023-07-26
upvoted 5 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 ...