There was an error while loading. Please reload this page.
1 parent 59b1a17 commit b767e6bCopy full SHA for b767e6b
5-AccessControl/2-call-api-groups/API/TodoListAPI/appsettings.json
@@ -4,6 +4,7 @@
4
"TenantId": "Enter the ID of your Azure AD tenant copied from the Azure portal",
5
"ClientId": "Enter the application ID (clientId) of the 'TodoListAPI' application copied from the Azure portal",
6
"ClientSecret": "Enter the Client Secret of the 'TodoListAPI' application copied from the Azure portal",
7
+ "ClientCapabilities": [ "cp1" ],
8
"Scopes": [ "access_via_group_assignments" ],
9
"Groups": {
10
"GroupAdmin": "Enter the object ID for GroupAdmin group copied from Azure Portal",
0 commit comments