You are developing a website that will run as an azure video

 ·  PT1H46M27S  ·  EN

az-204-developer-associate video for you are developing a website that will run as an Azure Web App. Users will authenticate by using their Microsoft Entra ID

Full Certification Question

You are developing a website that will run as an Azure Web App. Users will authenticate by using their Microsoft Entra ID credentials. You plan to assign users one of the following permission levels for the website: `admin`, `normal`, and `reader`. A user's Microsoft Entra ID group membership must be used to determine the permission level. You need to configure authorization. Solution: Create a new Microsoft Entra ID application. In the application's manifest, set value of the `groupMembershipClaims` option to All. In the website, use the value of the groups claim from the JWT for the user to determine permissions. Does the solution meet the goal?