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
# Create any security groups that this app requires.
449
414
@@ -484,8 +449,9 @@ Function ConfigureApplications
484
449
Write-Host"IMPORTANT: Please follow the instructions below to complete a few manual step(s) in the Azure portal":
485
450
Write-Host"- For client"
486
451
Write-Host" - Navigate to $clientPortalUrl"
487
-
Write-Host" - This script has created a group named GroupAdmin for you. On Azure portal, navigate to Azure AD > Groups blade and assign some users to it."-ForegroundColor Red
488
-
Write-Host" - This script has created a group named GroupMember for you. On Azure portal, navigate to Azure AD > Groups blade and assign some users to it."-ForegroundColor Red
452
+
Write-Host" - This script has created a group named 'GroupAdmin' for you. On Azure portal, navigate to Azure AD > Groups blade and assign some users to it."-ForegroundColor Red
453
+
Write-Host" - This script has created a group named 'GroupMember' for you. On Azure portal, navigate to Azure AD > Groups blade and assign some users to it."-ForegroundColor Red
454
+
Write-Host" - Security groups matching the names you provided have been created in this tenant (if not present already). On Azure portal, assign some users to it, and configure ID & Access tokens to emit Group IDs"-ForegroundColor Red
489
455
Write-Host-ForegroundColor Green "------------------------------------------------------------------------------------------------"
"Description": "Angular single-page application calling a protected AspNet web API and using Security Groups to implement Role-Based Access Control (RBAC)",
16
-
"products": [
17
-
"azure-active-directory",
18
-
"ms-graph",
19
-
"msal-js",
20
-
"msal-angular",
21
-
"microsoft-identity-web"
2
+
"Sample": {
3
+
"Title": "Angular single-page application calling a protected ASP.NET Core web API and using Security Groups to implement Role-Based Access Control",
"Description": "An Angular single-page application calling a protected AspNet web API and using Security Groups to implement Role-Based Access Control (RBAC)",
{ "Comment": "This script has created a group named GroupAdmin for you. On Azure portal, navigate to Azure AD > Groups blade and assign some users to it." },
73
-
{ "Comment": "This script has created a group named GroupMember for you. On Azure portal, navigate to Azure AD > Groups blade and assign some users to it." }
74
-
]
70
+
},
71
+
"ManualSteps": [
72
+
{
73
+
"Comment": "This script has created a group named 'GroupAdmin' for you. On Azure portal, navigate to Azure AD > Groups blade and assign some users to it."
74
+
},
75
+
{
76
+
"Comment": "This script has created a group named 'GroupMember' for you. On Azure portal, navigate to Azure AD > Groups blade and assign some users to it."
0 commit comments