Skip to content

Commit e26d202

Browse files
authored
Weekly Permissions sync 2025-12-19 (#1385)
1 parent ba5d488 commit e26d202

File tree

2 files changed

+154
-21
lines changed

2 files changed

+154
-21
lines changed

permissions/new/permissions.json

Lines changed: 112 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19033,13 +19033,11 @@
1903319033
"/directory/administrativeunits/{id}/members": "",
1903419034
"/groups/{id}/deletepasswordsinglesignoncredentials": "least=DelegatedWork",
1903519035
"/groups/{id}/getpasswordsinglesignoncredentials": "least=DelegatedWork",
19036-
"/me/changepassword": "least=DelegatedWork",
1903719036
"/privilegedapproval": "least=DelegatedWork",
1903819037
"/privilegedroleassignments/{id}/makeeligible": "least=DelegatedWork",
1903919038
"/privilegedroleassignments/{id}/makepermanent": "least=DelegatedWork",
1904019039
"/privilegedroles/{id}/selfactivate": "least=DelegatedWork",
1904119040
"/privilegedroles/{id}/selfdeactivate": "least=DelegatedWork",
19042-
"/users/{id}/changepassword": "least=DelegatedWork",
1904319041
"/users/{id}/deletepasswordsinglesignoncredentials": "least=DelegatedWork",
1904419042
"/users/{id}/getpasswordsinglesignoncredentials": "least=DelegatedWork"
1904519043
}
@@ -37488,6 +37486,36 @@
3748837486
"ownerSecurityGroup": "hybridauth"
3748937487
}
3749037488
},
37489+
"Policy.Read.OnPremAuthenticationPolicy": {
37490+
"authorizationType": "oAuth2",
37491+
"schemes": {
37492+
"DelegatedWork": {
37493+
"adminDisplayName": "Read your organization's on-prem authentication policies",
37494+
"adminDescription": "Allows the app to read your organization's on-prem authentication policies on behalf of the signed-in user.",
37495+
"userDisplayName": "Read your organization's on-prem authentication policies like PTA and single sign-on",
37496+
"userDescription": "Allows the app to read your organization's on-prem authentication policies on your behalf.",
37497+
"requiresAdminConsent": true,
37498+
"privilegeLevel": 3
37499+
}
37500+
},
37501+
"pathSets": [
37502+
{
37503+
"schemeKeys": [
37504+
"DelegatedWork"
37505+
],
37506+
"methods": [
37507+
"GET"
37508+
],
37509+
"paths": {
37510+
"/policies/onPremAuthenticationPolicies": "least=DelegatedWork",
37511+
"/policies/onPremAuthenticationPolicies/{id}": "least=DelegatedWork"
37512+
}
37513+
}
37514+
],
37515+
"ownerInfo": {
37516+
"ownerSecurityGroup": "hybridauth"
37517+
}
37518+
},
3749137519
"Policy.Read.PermissionGrant": {
3749237520
"authorizationType": "oAuth2",
3749337521
"schemes": {
@@ -38820,6 +38848,49 @@
3882038848
"ownerSecurityGroup": "mobilitypolicyperms"
3882138849
}
3882238850
},
38851+
"Policy.ReadWrite.OnPremAuthenticationPolicy": {
38852+
"authorizationType": "oAuth2",
38853+
"schemes": {
38854+
"DelegatedWork": {
38855+
"adminDisplayName": "Read and write your organization's on-prem authentication policies",
38856+
"adminDescription": "Allows the app to read and write your organization's on-prem authentication policies on behalf of the signed-in user.",
38857+
"userDisplayName": "Read and write your organization's on-prem authentication policies like PTA and single sign-on",
38858+
"userDescription": "Allows the app to read and write your organization's on-prem authentication policies on your behalf.",
38859+
"requiresAdminConsent": true,
38860+
"privilegeLevel": 3
38861+
}
38862+
},
38863+
"pathSets": [
38864+
{
38865+
"schemeKeys": [
38866+
"DelegatedWork"
38867+
],
38868+
"methods": [
38869+
"GET",
38870+
"POST"
38871+
],
38872+
"paths": {
38873+
"/policies/onPremAuthenticationPolicies": "least=DelegatedWork"
38874+
}
38875+
},
38876+
{
38877+
"schemeKeys": [
38878+
"DelegatedWork"
38879+
],
38880+
"methods": [
38881+
"DELETE",
38882+
"GET",
38883+
"PATCH"
38884+
],
38885+
"paths": {
38886+
"/policies/onPremAuthenticationPolicies/{id}": "least=DelegatedWork"
38887+
}
38888+
}
38889+
],
38890+
"ownerInfo": {
38891+
"ownerSecurityGroup": "hybridauth"
38892+
}
38893+
},
3882338894
"Policy.ReadWrite.PermissionGrant": {
3882438895
"authorizationType": "oAuth2",
3882538896
"schemes": {
@@ -53012,7 +53083,34 @@
5301253083
"/teams/{id}/channels/{id}/messages": "least=Application",
5301353084
"/teams/{id}/channels/{id}/messages/{id}/replies": "least=Application",
5301453085
"/teams/{id}/channels/{id}/startmigration": "least=Application",
53015-
"/teams/{id}/completemigration": "least=Application"
53086+
"/teams/{id}/completemigration": "least=Application",
53087+
"/users/{id}/teamwork/sections": "",
53088+
"/users/{id}/teamwork/sections/{id}/items": "",
53089+
"/users/{id}/teamwork/sections/{id}/items/reorder": "",
53090+
"/users/{id}/teamwork/sections/reorder": ""
53091+
}
53092+
},
53093+
{
53094+
"schemeKeys": [
53095+
"Application"
53096+
],
53097+
"methods": [
53098+
"PATCH"
53099+
],
53100+
"paths": {
53101+
"/users/{id}/teamwork/sections/{id}": ""
53102+
}
53103+
},
53104+
{
53105+
"schemeKeys": [
53106+
"Application"
53107+
],
53108+
"methods": [
53109+
"DELETE"
53110+
],
53111+
"paths": {
53112+
"/users/{id}/teamwork/sections/{id}": "",
53113+
"/users/{id}/teamwork/sections/{id}/items/{id}": ""
5301653114
}
5301753115
}
5301853116
],
@@ -54383,6 +54481,17 @@
5438354481
"paths": {
5438454482
"/users/{id}": ""
5438554483
}
54484+
},
54485+
{
54486+
"schemeKeys": [
54487+
"DelegatedWork"
54488+
],
54489+
"methods": [
54490+
"POST"
54491+
],
54492+
"paths": {
54493+
"/me/changePassword": "least=DelegatedWork"
54494+
}
5438654495
}
5438754496
],
5438854497
"ownerInfo": {

permissions/new/provisioningInfo.json

Lines changed: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10106,19 +10106,11 @@
1010610106
}
1010710107
],
1010810108
"Policy.Read.OnPremAuthenticationPolicy": [
10109-
{
10110-
"id": "2591301f-7962-465a-af73-2cd9c2fccb8c",
10111-
"scheme": "Application",
10112-
"environment": "public",
10113-
"isHidden": true,
10114-
"isEnabled": true,
10115-
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10116-
},
1011710109
{
1011810110
"id": "067887f2-6a02-484c-91f3-5dbef3eabb51",
1011910111
"scheme": "DelegatedWork",
1012010112
"environment": "public",
10121-
"isHidden": true,
10113+
"isHidden": false,
1012210114
"isEnabled": true,
1012310115
"resourceAppId": "00000003-0000-0000-c000-000000000000"
1012410116
}
@@ -10503,19 +10495,11 @@
1050310495
}
1050410496
],
1050510497
"Policy.ReadWrite.OnPremAuthenticationPolicy": [
10506-
{
10507-
"id": "956747df-c11c-400d-918b-6950f1fed7da",
10508-
"scheme": "Application",
10509-
"environment": "public",
10510-
"isHidden": true,
10511-
"isEnabled": true,
10512-
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10513-
},
1051410498
{
1051510499
"id": "d87a6c97-eed7-4e98-bf63-9b2becc48899",
1051610500
"scheme": "DelegatedWork",
1051710501
"environment": "public",
10518-
"isHidden": true,
10502+
"isHidden": false,
1051910503
"isEnabled": true,
1052010504
"resourceAppId": "00000003-0000-0000-c000-000000000000"
1052110505
}
@@ -12404,6 +12388,46 @@
1240412388
"resourceAppId": ""
1240512389
}
1240612390
],
12391+
"TeamworkSection.Read": [
12392+
{
12393+
"id": "e849765c-20c9-4994-bb0d-fe2cd540c38c",
12394+
"scheme": "DelegatedWork",
12395+
"environment": "public",
12396+
"isHidden": true,
12397+
"isEnabled": true,
12398+
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
12399+
}
12400+
],
12401+
"TeamworkSection.ReadWrite": [
12402+
{
12403+
"id": "2f66f945-788d-49b8-ab3f-2b59ef72cfa5",
12404+
"scheme": "DelegatedWork",
12405+
"environment": "public",
12406+
"isHidden": true,
12407+
"isEnabled": true,
12408+
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
12409+
}
12410+
],
12411+
"TeamworkSection.Read.All": [
12412+
{
12413+
"id": "25dc9176-b59e-4fcf-9d31-04a6e1774a5a",
12414+
"scheme": "Application",
12415+
"environment": "public",
12416+
"isHidden": true,
12417+
"isEnabled": true,
12418+
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
12419+
}
12420+
],
12421+
"TeamworkSection.ReadWrite.All": [
12422+
{
12423+
"id": "316f1de5-afa6-449f-b21a-f6c18eb06333",
12424+
"scheme": "Application",
12425+
"environment": "public",
12426+
"isHidden": true,
12427+
"isEnabled": true,
12428+
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
12429+
}
12430+
],
1240712431
"SecurityActions.Read.All": [
1240812432
{
1240912433
"id": "1638cddf-07a4-4de2-8645-69c96cacad73",

0 commit comments

Comments
 (0)