Skip to content

Weekly Permissions sync 2026-04-16#1502

Open
marabooy wants to merge 1 commit intomasterfrom
permissions-update/2026-04-16
Open

Weekly Permissions sync 2026-04-16#1502
marabooy wants to merge 1 commit intomasterfrom
permissions-update/2026-04-16

Conversation

@marabooy
Copy link
Copy Markdown
Contributor

Weekly Permissions sync 2026-04-16

@marabooy marabooy requested a review from a team as a code owner April 16, 2026 00:35
Copilot AI review requested due to automatic review settings April 16, 2026 00:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Weekly permissions data sync updating the generated permission deployment metadata and the permission-to-path mappings used for least-privilege resolution.

Changes:

  • Added new permission deployment entries in provisioningInfo.json (including InfoProtect ABAC policy scopes, Policy.Read.CrossTenantAccess, and PreAuthorizationGrant.Read.All).
  • Updated permissions.json path mappings (notably for CrossTenantAccessPolicy endpoints and several authentication/fido2-related paths).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
permissions/new/provisioningInfo.json Adds/updates permission deployment variants for new/changed scopes.
permissions/new/permissions.json Adjusts endpoint-to-scope least-privilege mappings and adds/updates several paths.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +8189 to +8208
"InfoProtectABACPolicy.Read.All": [
{
"id": "f8c4e3f1-6b9a-4c2e-8d5a-bcf123456789",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "f06db492-d3b8-4e06-9586-db69232ec12a"
},
{
"id": "a2d4f7c9-3e8b-4a1f-9d6c-def987654321",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "f06db492-d3b8-4e06-9586-db69232ec12a"
}
],
"InfoProtectABACPolicy.ReadWrite.All": [
{
Comment on lines +11053 to +11068
"Policy.Read.CrossTenantAccess": [
{
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
},
{
"id": "",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
Comment on lines 37508 to +37523
@@ -37515,9 +37518,9 @@
"/policies/crosstenantaccesspolicy/default/m365Capabilities/crossTenantOpenProfileCard": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/default/m365Capabilities/crossTenantPlacesDeskBooking": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/default/m365Capabilities/crossTenantPlacesRoomBooking": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/partners": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/partners/{id}": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/partners/{id}/identitysynchronization": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/partners": "",
"/policies/crosstenantaccesspolicy/partners/{id}": "",
"/policies/crosstenantaccesspolicy/partners/{id}/identitysynchronization": "",
Comment on lines 39046 to +39055
"methods": [
"GET",
"GET"
],
"paths": {
"/policies/crosstenantaccesspolicy": "",
"/policies/crosstenantaccesspolicy/default": "",
"/policies/crosstenantaccesspolicy/partners": "",
"/policies/crosstenantaccesspolicy/partners/{id}": "",
"/policies/crosstenantaccesspolicy/partners/{id}/identitysynchronization": ""
}
Comment on lines 58261 to +58264
"/users/{id}/authentication/federatedIdentityCredentialMethods": "",
"/users/{id}/authentication/fido2methods": "",
"/users/{id}/authentication/fido2methods/{id}": "",
"/users/{id}/authentication/fido2methods/creationOptions": "",
"/users/{id}/authentication/fido2Methods/creationOptions": "",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants