Skip to content

Commit b767e6b

Browse files
committed
declare cp1
1 parent 59b1a17 commit b767e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

5-AccessControl/2-call-api-groups/API/TodoListAPI/appsettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"TenantId": "Enter the ID of your Azure AD tenant copied from the Azure portal",
55
"ClientId": "Enter the application ID (clientId) of the 'TodoListAPI' application copied from the Azure portal",
66
"ClientSecret": "Enter the Client Secret of the 'TodoListAPI' application copied from the Azure portal",
7+
"ClientCapabilities": [ "cp1" ],
78
"Scopes": [ "access_via_group_assignments" ],
89
"Groups": {
910
"GroupAdmin": "Enter the object ID for GroupAdmin group copied from Azure Portal",

0 commit comments

Comments
 (0)