mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #2233] [Feature Request]: New Standard for Cross-tenant access settings #1149
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#1149
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 @gwenner-endsight on GitHub (Mar 19, 2024).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/2233
Originally assigned to: @kris6673 on GitHub.
Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
When M365 guests authenticate to our clients' tenants, by default they are subject to "double MFA" because our client's tenant doesn't trust the MFA of the guest's Entra tenant. This is now a configurable option in the Cross-tenant access settings, and we'd like it to be in the Standards. The settings in the M365 GUI are described here: https://techcommunity.microsoft.com/t5/microsoft-entra-blog/cross-tenant-access-settings-notes-from-the-field/ba-p/4081841
I think having a choice in CIPP to enable or disable this setting explicitly would be preferred.
Specifically, our organization would like to check the box to "Trust multifactor authentication from Microsoft Entra tenants", under the trust settings. The PowerShell to do this should be available via the graph endpoint linked in the later question.
PowerShell commands you would normally use to achieve above request
https://learn.microsoft.com/en-us/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0&tabs=powershell
Using this resource type: https://learn.microsoft.com/en-us/graph/api/resources/crosstenantaccesspolicyinboundtrust?view=graph-rest-1.0
And the isMfaAccepted property
@KelvinTegelaar commented on GitHub (Mar 19, 2024):
I like it. Planned.
@kris6673 commented on GitHub (Mar 26, 2024):
I would like to work on this please!
@github-actions[bot] commented on GitHub (Mar 26, 2024):
Great! I assigned you (@kris6673) to the issue. Have fun working on it!
@KelvinTegelaar commented on GitHub (Mar 26, 2024):
added in dev