Remove MS365 external user from access review

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-05-07 17:15:11 +02:00
parent e73aa469a3
commit 4336b8eb48
2 changed files with 34 additions and 12 deletions

View File

@@ -4,6 +4,10 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso
## Unreleased
### Changed
- Microsoft 365 access review driver now fetches only internal members from Microsoft Graph (`$filter=userType eq 'Member'`), so guest (B2B) accounts are no longer pulled into access review
## [0.184.0] - 2026-05-07
### Added