mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #4635] [Feature Request]: Add reporting into tenant's Authentication Methods Migration State #2144
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#2144
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 @HappyEarthDay on GitHub (Sep 12, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/4635
Please confirm:
Problem Statement
Duplicate of [Feature Request]: Add reporting into tenant's Authentication Methods Migration State #3727
We want some way in the CIPP interface and CIPP API to see if the current phase of Entra Authentication Methods Migration. Not having this visibility hurts our ability to support a large client base.
This would be especially helpful for the Sept 30 migration to the new MFA methods
https://learn.microsoft.com/en-us/entra/identity/authentication/concept-authentication-methods-manage#authentication-methods-policy:~:text=In%20March%202023,the%20deprecation%20date.
Benefits for MSPs
Having visibility into all our clients' tenants could help us easily go through each one that is in an undesired state and perform the migration.
Value or Importance
The different MFA implementations (legacy vs Entra-managed) can be difficult to support, so helping our MSP to standardize all clients on a fully complete the auth methods migration would drastically help our support staff to help find MFA issues faster.
PowerShell Commands (Optional)
This command works to get the Auth Migration state for a tenant
Get-CIPPGraphRequest -CustomerTenantId $($tenant.customerId) -GraphEndpoint /policies/authenticationMethodsPolicy'@Zacgoose commented on GitHub (Sep 14, 2025):
There is a standard for this so you should just be able to slap that into report mode!
@KelvinTegelaar commented on GitHub (Sep 14, 2025):
Setting the standard to report mode is this fix for this :)
@HappyEarthDay commented on GitHub (Sep 14, 2025):
We have this set, but where can we see it or export it for all tenants in the UI?