Skip to content

Commit 57dabae

Browse files
authored
Weekly Permissions sync 2025-11-05 (#1334)
1 parent 294408d commit 57dabae

File tree

2 files changed

+121
-4
lines changed

2 files changed

+121
-4
lines changed

permissions/new/permissions.json

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36164,8 +36164,12 @@
3616436164
"POST"
3616536165
],
3616636166
"paths": {
36167+
"/users/{id}/presence/clearautomaticlocation": "least=DelegatedWork",
36168+
"/users/{id}/presence/clearlocation": "least=DelegatedWork",
3616736169
"/users/{id}/presence/clearpresence": "least=DelegatedWork",
3616836170
"/users/{id}/presence/clearuserpreferredpresence": "least=DelegatedWork",
36171+
"/users/{id}/presence/setautomaticlocation": "least=DelegatedWork",
36172+
"/users/{id}/presence/setmanuallocation": "least=DelegatedWork",
3616936173
"/users/{id}/presence/setpresence": "least=DelegatedWork",
3617036174
"/users/{id}/presence/setstatusmessage": "least=DelegatedWork",
3617136175
"/users/{id}/presence/setuserpreferredpresence": "least=DelegatedWork"
@@ -36196,8 +36200,12 @@
3619636200
],
3619736201
"paths": {
3619836202
"/communications/getpresencesbyuserid": "",
36203+
"/users/{id}/presence/clearautomaticlocation": "least=Application",
36204+
"/users/{id}/presence/clearlocation": "least=Application",
3619936205
"/users/{id}/presence/clearpresence": "least=Application",
3620036206
"/users/{id}/presence/clearuserpreferredpresence": "least=Application",
36207+
"/users/{id}/presence/setautomaticlocation": "least=Application",
36208+
"/users/{id}/presence/setmanuallocation": "least=Application",
3620136209
"/users/{id}/presence/setpresence": "least=Application",
3620236210
"/users/{id}/presence/setstatusmessage": "least=Application",
3620336211
"/users/{id}/presence/setuserpreferredpresence": "least=Application"
@@ -54177,6 +54185,63 @@
5417754185
"ownerSecurityGroup": "mfateam"
5417854186
}
5417954187
},
54188+
"UserAuthMethod-Email.ReadWrite": {
54189+
"authorizationType": "oAuth2",
54190+
"schemes": {
54191+
"DelegatedWork": {
54192+
"adminDisplayName": "Read and write the signed-in user's email authentication methods",
54193+
"adminDescription": "Allows the app to read and write the signed-in user's email authentication methods. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
54194+
"userDisplayName": "Read and write your email authentication methods",
54195+
"userDescription": "Allows the app to read and write your email authentication methods. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
54196+
"requiresAdminConsent": true,
54197+
"privilegeLevel": 3
54198+
}
54199+
},
54200+
"pathSets": [
54201+
{
54202+
"schemeKeys": [
54203+
"DelegatedWork"
54204+
],
54205+
"methods": [
54206+
"GET"
54207+
],
54208+
"paths": {
54209+
"/me/authentication/emailmethods": "",
54210+
"/me/authentication/emailmethods/{id}": "",
54211+
"/users/{id}/authentication/emailmethods": "",
54212+
"/users/{id}/authentication/emailmethods/{id}": ""
54213+
}
54214+
},
54215+
{
54216+
"schemeKeys": [
54217+
"DelegatedWork"
54218+
],
54219+
"methods": [
54220+
"POST"
54221+
],
54222+
"paths": {
54223+
"/me/authentication/emailmethods": "least=DelegatedWork",
54224+
"/users/{id}/authentication/emailmethods": "least=DelegatedWork"
54225+
}
54226+
},
54227+
{
54228+
"schemeKeys": [
54229+
"DelegatedWork"
54230+
],
54231+
"methods": [
54232+
"DELETE",
54233+
"PATCH"
54234+
],
54235+
"paths": {
54236+
"/me/authentication/emailmethods/{id}": "least=DelegatedWork",
54237+
"/users/{id}/authentication/emailmethods/{id}": "least=DelegatedWork"
54238+
}
54239+
}
54240+
],
54241+
"ownerInfo": {
54242+
"ownerSecurityGroup": "mfateam"
54243+
}
54244+
},
5418054245
"UserAuthMethod-Email.ReadWrite.All": {
5418154246
"authorizationType": "oAuth2",
5418254247
"schemes": {
@@ -54341,6 +54406,58 @@
5434154406
"ownerSecurityGroup": "mfateam"
5434254407
}
5434354408
},
54409+
"UserAuthMethod-External.ReadWrite": {
54410+
"authorizationType": "oAuth2",
54411+
"schemes": {
54412+
"DelegatedWork": {
54413+
"adminDisplayName": "Read and write the signed-in user's external authentication methods",
54414+
"adminDescription": "Allows the app to read and write the signed-in user's external authentication methods. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
54415+
"userDisplayName": "Read and write your external authentication methods",
54416+
"userDescription": "Allows the app to read and write your external authentication methods. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
54417+
"requiresAdminConsent": true,
54418+
"privilegeLevel": 3
54419+
}
54420+
},
54421+
"pathSets": [
54422+
{
54423+
"schemeKeys": [
54424+
"DelegatedWork"
54425+
],
54426+
"methods": [
54427+
"GET"
54428+
],
54429+
"paths": {
54430+
"/users/{id}/authentication/externalauthenticationmethods": "",
54431+
"/users/{id}/authentication/externalauthenticationmethods/{id}": ""
54432+
}
54433+
},
54434+
{
54435+
"schemeKeys": [
54436+
"DelegatedWork"
54437+
],
54438+
"methods": [
54439+
"POST"
54440+
],
54441+
"paths": {
54442+
"/users/{id}/authentication/externalauthenticationmethods": "least=DelegatedWork"
54443+
}
54444+
},
54445+
{
54446+
"schemeKeys": [
54447+
"DelegatedWork"
54448+
],
54449+
"methods": [
54450+
"DELETE"
54451+
],
54452+
"paths": {
54453+
"/users/{id}/authentication/externalauthenticationmethods/{id}": "least=DelegatedWork"
54454+
}
54455+
}
54456+
],
54457+
"ownerInfo": {
54458+
"ownerSecurityGroup": "mfateam"
54459+
}
54460+
},
5434454461
"UserAuthMethod-External.ReadWrite.All": {
5434554462
"authorizationType": "oAuth2",
5434654463
"schemes": {

permissions/new/provisioningInfo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16321,10 +16321,10 @@
1632116321
],
1632216322
"UserAuthMethod-Email.ReadWrite": [
1632316323
{
16324-
"id": "",
16324+
"id": "696aa421-62dc-4c99-be16-015b23444089",
1632516325
"scheme": "DelegatedWork",
1632616326
"environment": "public",
16327-
"isHidden": true,
16327+
"isHidden": false,
1632816328
"isEnabled": true,
1632916329
"resourceAppId": "ea890292-c8c8-4433-b5ea-b09d0668e1a6"
1633016330
}
@@ -16377,10 +16377,10 @@
1637716377
],
1637816378
"UserAuthMethod-External.ReadWrite": [
1637916379
{
16380-
"id": "",
16380+
"id": "28c2e8f9-828a-4691-a090-f2f0b7fc07b3",
1638116381
"scheme": "DelegatedWork",
1638216382
"environment": "public",
16383-
"isHidden": true,
16383+
"isHidden": false,
1638416384
"isEnabled": true,
1638516385
"resourceAppId": "ea890292-c8c8-4433-b5ea-b09d0668e1a6"
1638616386
}

0 commit comments

Comments
 (0)