B . Had something like this in a mock and just enabling Azure AD authentication won’t set the group-based permissions, it’s only auth not authorization. You still need to add logic or claims to handle group mapping. Anyone agree?
Q: 5
Note: This question is part of a series of questions that present the same scenario. Each question in
the series contains a unique solution that might meet the stated goals. Some question sets might
have more than one correct solution, while others might not have a correct solution.
After you answer a question in this question, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
You are developing a website that will run as an Azure Web App. Users will authenticate by using
their Azure Active Directory (Azure AD) credentials.
You plan to assign users one of the following permission levels for the website: admin, normal, and
reader. A user’s Azure AD group membership must be used to determine the permission level. You
need to configure authorization.
Solution: Configure the Azure Web App for the website to allow only authenticated requests and
require Azure AD log on.
Does the solution meet the goal?
Options
Discussion
B , just requiring Azure AD login only handles authentication. You still need to map group membership to roles for authorization, otherwise users aren't getting specific permissions. Anyone disagree?
A tbh
B or maybe A if it just needed auth but I'm pretty sure it's B for group perms.
Its B
A but only if all users are put in default group since Azure AD login covers basic access.
A seems right, if you only need users to log in with Azure AD and don't need to set roles yet.
Option B Pretty sure A is a trap, as authentication alone doesn't handle those group permission levels.
Maybe B since just forcing Azure AD logon is authentication only, not group-based authorization. For permission levels, you need to map groups or roles too. Let me know if anyone thinks otherwise.
Doesn't fully meet the goal, so B. Only authentication configured here, not the actual group-based authorization part.
Be respectful. No spam.
Question 5 of 35