You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/standards.json
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,32 @@
232
232
"impact": "Low Impact",
233
233
"impactColour": "info"
234
234
},
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",
0 commit comments