-
Notifications
You must be signed in to change notification settings - Fork 123
Network 25377: Users accessing external applications from corporate devices are blocked unless explicitly authorized by tenant restrictions policies #838
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: main
Are you sure you want to change the base?
Conversation
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.
Pull request overview
Adds a new Network/Global Secure Access assessment (Test ID 25377) to validate that Universal Tenant Restrictions (UTR) are configured to block access to unauthorized external tenants.
Changes:
- Introduces
Test-Assessment-25377PowerShell test to evaluate Global Secure Access network packet tagging and the tenant restrictions v2 default policy. - Adds markdown remediation/description content for the new assessment.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
src/powershell/tests/Test-Assessment.25377.ps1 |
Implements the assessment logic and detailed markdown reporting for UTR configuration validation. |
src/powershell/tests/Test-Assessment.25377.md |
Provides risk context and remediation guidance with a %TestResult% insertion point. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alexandair
left a comment
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.
@ashwinikarke Please, address my feedback.
alexandair
left a comment
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.
@ashwinikarke
Spec says:
Note: If Users & Groups Target does not equal AllUsers, put Specific users and groups configured in the Current Value column.
Note: If Applications Target does not equal AllApplications, put Specific applications configured in the Current Value column.
Please, address that.
@alexandair As discussed in the DSM, I’ve updated the table to display up to five applications, with an ellipsis
|
merill
left a comment
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.
@ashwinikarke we need to get the names of the apps and show them. The GUIDs are not going to be helpful. if only the ID is available then you should look up the Service Principals (or Applications) db table by objectid to get the name
@merill / @alexandair To retrieve application names from the DB, can I create a shared function in the shared folder so Praneet can also reuse it and include this change in this same PR? |

No description provided.