Skip to content

Commit 5ca0443

Browse files
committed
Enable servicePrincipalLockConfiguration in SAM
Add a servicePrincipalLockConfiguration entry to Modules/CIPPCore/lib/data/SAMManifest.json with isEnabled: true and allProperties: true. This updates the SAM manifest to include service principal lock settings so the service principal's properties are locked according to the manifest configuration.
1 parent 646ed28 commit 5ca0443

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Modules/CIPPCore/lib/data/SAMManifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"http://localhost:8400"
1111
]
1212
},
13+
"servicePrincipalLockConfiguration": {
14+
"isEnabled": true,
15+
"allProperties": true
16+
},
1317
"requiredResourceAccess": [
1418
{
1519
"resourceAppId": "c5393580-f805-4401-95e8-94b7a6ef2fc2",

0 commit comments

Comments
 (0)