MS-600 · Question #7
MS-600 Question #7: Real Exam Question with Answer & Explanation
The correct answer is A. the Sites.Read.All delegated permission for TodoListService. A client application gains access to a resource server by declaring permission requests. Two types are available: "Delegated" permissions, which specify scope-based access using delegated authorization from the signed-in resource owner, are presented to the resource at run-time a
Question
Exhibits
Options
- Athe Sites.Read.All delegated permission for TodoListService
- Bthe Sites.Read.All delegated permission for TodoListSpa
- Cthe Sites.Read.All application permission for TodoListSPA
- Dthe Sites.Read.All application permission for TodoListService
Explanation
A client application gains access to a resource server by declaring permission requests. Two types are available: "Delegated" permissions, which specify scope-based access using delegated authorization from the signed-in resource owner, are presented to the resource at run-time as "scp" claims in the client's access token. "Application" permissions, which specify role-based access using the client application's credentials/ identity, are presented to the resource at run-time as "roles" claims in the client's glossary#permissions
Community Discussion
No community discussion yet for this question.

