AZ-204 · Question #483
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…
The correct answer is 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…
Question
Options
- Atenant
- Bcode_challenge
- Cstate
- Dclient_id
- Escope
How the community answered
(48 responses)- A2% (1)
- B6% (3)
- C15% (7)
- D2% (1)
- E75% (36)
Explanation
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. https://learn.microsoft.com/en-us/azure/active-directory/develop/scopes-oidc
Topics
Community Discussion
No community discussion yet for this question.