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
Copy file name to clipboardExpand all lines: 5-AccessControl/2-call-api-groups/AppCreationScripts/Configure.ps1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -485,8 +485,8 @@ Function ConfigureApplications
485
485
Write-Host"IMPORTANT: Please follow the instructions below to complete a few manual step(s) in the Azure portal":
486
486
Write-Host"- For client"
487
487
Write-Host" - Navigate to $clientPortalUrl"
488
-
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
489
-
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
488
+
Write-Host" - This script has created a group named 'GroupAdmin' and 'GroupMember' for you. On Azure portal, navigate to Azure AD > Groups blade and assign some users to it."-ForegroundColor Red
489
+
Write-Host" - To support overage scenario, remember to provide admin consent for GroupMember.Read.All permission in the portal."-ForegroundColor Red
490
490
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
491
491
Write-Host-ForegroundColor Green "------------------------------------------------------------------------------------------------"
Copy file name to clipboardExpand all lines: 5-AccessControl/2-call-api-groups/README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
---
2
2
page_type: sample
3
-
services: ms-identity
4
-
client: Angular SPA
5
-
service: .NET Core web API
6
-
level: 300
7
-
languages:
3
+
name: Angular single-page application calling a protected ASP.NET Core web API and using Security Groups to implement Role-Based Access Control
4
+
description: An Angular single-page application calling a protected AspNet web API and using Security Groups to implement Role-Based Access Control (RBAC)
name: Angular single-page application calling a protected ASP.NET Core web API and using Security Groups to implement Role-Based Access Control
21
-
description: An Angular single-page application calling a protected AspNet web API and using Security Groups to implement Role-Based Access Control (RBAC)
16
+
extensions:
17
+
- services: ms-identity
18
+
- platform: javascript
19
+
- endpoint: AAD v2.0
20
+
- level: 300
21
+
- client: Angular SPA
22
+
- service: .NET Core web API
22
23
---
23
24
24
25
# Angular single-page application calling a protected ASP.NET Core web API and using Security Groups to implement Role-Based Access Control
0 commit comments