Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#2264 from kris6673/dev
Browse files Browse the repository at this point in the history
Standard for trusting external MFA in Cross-tenant access setting
  • Loading branch information
KelvinTegelaar committed Mar 26, 2024
2 parents d961d17 + af12a3f commit 51b6bc9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,32 @@
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.ExternalMFATrusted",
"cat": "Entra (AAD) Standards",
"tag": ["lowimpact"],
"helpText": "Sets the state of the Cross-tenant access setting to trust external MFA. This allows guest users to use their home tenant MFA to access your tenant.",
"addedComponent": [
{
"type": "Select",
"label": "Select value",
"name": "standards.ExternalMFATrusted.state",
"values": [
{
"label": "Enabled",
"value": "true"
},
{
"label": "Disabled",
"value": "false"
}
]
}
],
"label": "Sets the Cross-tenant access setting to trust external MFA",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.DisableTenantCreation",
"cat": "Entra (AAD) Standards",
Expand Down

0 comments on commit 51b6bc9

Please sign in to comment.