-
Notifications
You must be signed in to change notification settings - Fork 49
Weekly Permissions sync 2026-04-14 #1499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11014,6 +11014,24 @@ | |
| "resourceAppId": "" | ||
| } | ||
| ], | ||
| "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" | ||
| } | ||
| ], | ||
| "Policy.Read.DeviceConfiguration": [ | ||
| { | ||
| "id": "3616a4b0-6746-49c4-a678-4c237599074d", | ||
|
|
@@ -27620,6 +27638,24 @@ | |
| "resourceAppId": "00000002-0000-0000-c000-000000000000", | ||
| "scheme": "DelegatedWork" | ||
| } | ||
| ], | ||
| "PreAuthorizationGrant.Read.All": [ | ||
| { | ||
| "id": "", | ||
| "scheme": "DelegatedWork", | ||
| "environment": "", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| }, | ||
| { | ||
| "id": "", | ||
| "scheme": "Application", | ||
| "environment": "", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| } | ||
| ] | ||
|
Comment on lines
+27642
to
27659
|
||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idis set to an empty string for the newly added permissions, andenvironmentis also empty forPreAuthorizationGrant.Read.All. If downstream tooling expects a real scope/appRole GUID and a non-empty environment (as it appears to for other entries), these records will be unusable and may cause lookups/exports to fail. Populate the correctidvalues (scope/appRole IDs) and setenvironmentconsistently (e.g.,"public"), or omit these entries until the authoritative IDs are available.