DRAG DROP
You need to add code to CommentController.cs to enable moderation of comments.
How should you complete the code? To answer, drag the appropriate code segments to the correct locations.
Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth point.
Select and Place:

Answer is correct.
The moderator must be an authenticated user. When App service authentication module authenticates the user, it send the identity info in the request headers to the application
https://docs.microsoft.com/en-us/azure/app-service/app-service-authentication-overview#how-it-works
0
0