You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host-ForegroundColor Green "Run the ..\CreateUsersAndRoles.ps1 command to automatically create a number of users, app roles and assign users to these roles or refer to the 'Define your application roles' section in README on how to configure your newly created app further for this sample."
238
-
238
+
Write-Host-ForegroundColor Green "------------------------------------------------------------------------------------------------"
239
+
Write-Host"IMPORTANT: Please follow the instructions below to complete a few manual step(s) in the Azure portal":
240
+
Write-Host"- For 'webApp'"
241
+
Write-Host" - Navigate to '$webAppPortalUrl'"
242
+
Write-Host" - Run the ..\CreateUsersAndRoles.ps1 command to automatically create a number of users, app roles and assign users to these roles or refer to the 'Define your application roles' section in README on how to configure your newly created app further for this sample."-ForegroundColor Red
243
+
244
+
Write-Host-ForegroundColor Green "------------------------------------------------------------------------------------------------"
Copy file name to clipboardExpand all lines: 5-WebApp-AuthZ/5-1-Roles/README.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,19 +85,6 @@ Navigate to the `"5-WebApp-AuthZ"` folder
85
85
86
86
### Step 2: Configure your application to receive the **roles** claims
87
87
88
-
1. In your application settings page on the Application Registration Portal (preview), click on "Manifest" to open the inline manifest editor.
89
-
2. Edit the manifest by locating the "groupMembershipClaims" setting, and setting its value to "SecurityGroup".
90
-
3. Save the manifest.
91
-
92
-
```JSON
93
-
{
94
-
...
95
-
"errorUrl": null,
96
-
"groupMembershipClaims": "SecurityGroup",
97
-
...
98
-
}
99
-
```
100
-
101
88
1. To receive the `roles` claim with the name of the app roles this user is assigned to, make sure that the user accounts you plan to sign-in to this app is assigned to the app roles of this app.
0 commit comments