Skip to content

Commit cda6c4b

Browse files
committed
App permission updates
1 parent c82ca67 commit cda6c4b

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

CIPP-Permissions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,11 @@
425425
"Name": "UserAuthenticationMethod.ReadWrite",
426426
"Description": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods."
427427
},
428+
{
429+
"Id": "424b07a8-1209-4d17-9fe4-9018a93a1024",
430+
"Name": "TeamsTelephoneNumber.ReadWrite.All",
431+
"Description": "Allows the app to read and modify your tenant's acquired telephone number details on behalf of the signed-in admin user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc."
432+
},
428433
{
429434
"Id": "b7887744-6746-4312-813d-72daeaee7e2d",
430435
"Name": "UserAuthenticationMethod.ReadWrite.All",
@@ -697,6 +702,11 @@
697702
"Name": "User.ReadWrite.All",
698703
"Description": "Allows the app to read and update user profiles without a signed in user."
699704
},
705+
{
706+
"Id": "0a42382f-155c-4eb1-9bdc-21548ccaa387",
707+
"Name": "TeamsTelephoneNumber.ReadWrite.All",
708+
"Description": "Allows the app to read your tenant's acquired telephone number details, without a signed-in user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc."
709+
},
700710
{
701711
"Id": "50483e42-d915-4231-9639-7fdb7fd190e5",
702712
"Name": "UserAuthenticationMethod.ReadWrite.All",

Modules/CIPPCore/Public/PermissionsTranslator.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5353,5 +5353,23 @@
53535353
"userConsentDescription": "Access Microsoft Teams and Skype for Business data as the signed in user",
53545354
"userConsentDisplayName": "Access Microsoft Teams and Skype for Business data based on the user's role membership",
53555355
"value": "OnPremDirectorySynchronization.ReadWrite.All"
5356+
},
5357+
{
5358+
"description": "Read and Modify Tenant-Acquired Telephone Number Details",
5359+
"displayName": "Read and Modify Tenant-Acquired Telephone Number Details",
5360+
"id": "424b07a8-1209-4d17-9fe4-9018a93a1024",
5361+
"Origin": "Delegated",
5362+
"userConsentDescription": "Allows the app to read and modify your tenant's acquired telephone number details on behalf of the signed-in admin user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.",
5363+
"userConsentDisplayName": "Allows the app to read and modify your tenant's acquired telephone number details on behalf of the signed-in admin user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.",
5364+
"value": "TeamsTelephoneNumber.ReadWrite.All"
5365+
},
5366+
{
5367+
"description": "Read and Modify Tenant-Acquired Telephone Number Details",
5368+
"displayName": "Read and Modify Tenant-Acquired Telephone Number Details",
5369+
"id": "0a42382f-155c-4eb1-9bdc-21548ccaa387",
5370+
"Origin": "Application",
5371+
"userConsentDescription": "Allows the app to read your tenant's acquired telephone number details, without a signed-in user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.",
5372+
"userConsentDisplayName": "Allows the app to read your tenant's acquired telephone number details, without a signed-in user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.",
5373+
"value": "TeamsTelephoneNumber.ReadWrite.All"
53565374
}
53575375
]

Modules/CIPPCore/Public/SAMManifest.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,14 @@
570570
{
571571
"id": "b7887744-6746-4312-813d-72daeaee7e2d",
572572
"type": "Scope"
573+
},
574+
{
575+
"id": "424b07a8-1209-4d17-9fe4-9018a93a1024",
576+
"type": "Scope"
577+
},
578+
{
579+
"id": "0a42382f-155c-4eb1-9bdc-21548ccaa387",
580+
"type": "Role"
573581
}
574582
]
575583
},
@@ -643,4 +651,4 @@
643651
]
644652
}
645653
]
646-
}
654+
}

0 commit comments

Comments
 (0)