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
Option B saw a similar question in a practice test and it matched this answer.
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
You need group-based authorization, not just authentication, so B. Just requiring Azure AD login only covers the sign-in part, doesn't set the actual roles based on group membership. I think that's the key catch here, unless I'm missing a subtle detail.
A makes more sense to me since requiring Azure AD login covers authentication, which I thought was the main goal here. Maybe I'm missing something about group mapping, but seems like A would be enough?
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.
Be respectful. No spam.
Question 5 of 35