mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #4719] [Bug]: “no MFA” alert Webhook for external users #2196
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#2196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @th0mas137 on GitHub (Sep 29, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/4719
Required confirmations before submitting
Issue Description
We’re receiving a constant “no MFA” alert from CIPP into our HaloPSA (CRM) via webhook.
This works perfect!
However, we can’t enable MFA for external users that come through the cross-tenant integration in Microsoft.
Example alert:
The following 1157 users do not have MFA registered:
18101_svxxx.se#EXT#@domain.onmicrosoft.com,
18102_svxxxse#EXT#@domain.onmicrosoft.com,
18103_svxxxx.se#EXT#@domain.onmicrosoft.com, ...
Question: Disable No MFA alert for external cross-tenant users.
Environment Type
Sponsored (paying) user
Front End Version
8.4.2
Back End Version
8.4.2
Relevant Logs / Stack Trace
@github-actions[bot] commented on GitHub (Sep 29, 2025):
Thank you for reporting a potential bug. If you would like to work on this bug, please comment:
Thank you for helping us maintain the project!
@PeterVive commented on GitHub (Sep 29, 2025):
Are the users "members" of your tenant, or guest users?
Because the alert should only be including users with userType 'member'.
@PeterVive commented on GitHub (Sep 29, 2025):
And just to confirm, is it this alert you have configured?
@Zacgoose commented on GitHub (Sep 29, 2025):
hmm okay yea what userType do they show as in CIPP, I'm guessing it's not Guest then
@KelvinTegelaar commented on GitHub (Oct 17, 2025):
Fixed in dev