Skip to content

Commit 51b6bc9

Browse files
Merge pull request #2264 from kris6673/dev
Standard for trusting external MFA in Cross-tenant access setting
2 parents d961d17 + af12a3f commit 51b6bc9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/data/standards.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,32 @@
232232
"impact": "Low Impact",
233233
"impactColour": "info"
234234
},
235+
{
236+
"name": "standards.ExternalMFATrusted",
237+
"cat": "Entra (AAD) Standards",
238+
"tag": ["lowimpact"],
239+
"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.",
240+
"addedComponent": [
241+
{
242+
"type": "Select",
243+
"label": "Select value",
244+
"name": "standards.ExternalMFATrusted.state",
245+
"values": [
246+
{
247+
"label": "Enabled",
248+
"value": "true"
249+
},
250+
{
251+
"label": "Disabled",
252+
"value": "false"
253+
}
254+
]
255+
}
256+
],
257+
"label": "Sets the Cross-tenant access setting to trust external MFA",
258+
"impact": "Low Impact",
259+
"impactColour": "info"
260+
},
235261
{
236262
"name": "standards.DisableTenantCreation",
237263
"cat": "Entra (AAD) Standards",

0 commit comments

Comments
 (0)