Open
Conversation
Contributor
There was a problem hiding this comment.
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.jsonpath 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": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Weekly Permissions sync 2026-04-16