Skip to content

Commit 9929f59

Browse files
Merge pull request #2740 from Ren-Roros-Digital/TeamsFederationConfiguration
Added Teams Federation Configuration Standard
2 parents d46476b + a6aa56c commit 9929f59

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

src/data/standards.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2475,5 +2475,57 @@
24752475
"impactColour": "warning",
24762476
"powershellEquivalent": "Set-CsExternalAccessPolicy",
24772477
"recommendedBy": []
2478+
},
2479+
{
2480+
"name": "standards.TeamsFederationConfiguration",
2481+
"cat": "Teams Standards",
2482+
"tag": ["mediumimpact"],
2483+
"helpText": "Sets the properties of the Global federation configuration.",
2484+
"docsDescription": "Sets the properties of the Global federation configuration. Federation configuration settings determine whether or not your users can communicate with users who have SIP accounts with a federated organization.",
2485+
"addedComponent": [
2486+
{
2487+
"type": "boolean",
2488+
"name": "standards.TeamsFederationConfiguration.AllowTeamsConsumer",
2489+
"label": "Allow users to communicate with other organizations"
2490+
},
2491+
{
2492+
"type": "boolean",
2493+
"name": "standards.TeamsFederationConfiguration.AllowPublicUsers",
2494+
"label": "Allow users to communicate with Skype Users"
2495+
},
2496+
{
2497+
"type": "Select",
2498+
"name": "standards.TeamsFederationConfiguration.DomainControl",
2499+
"label": "Communication Mode",
2500+
"values": [
2501+
{
2502+
"label": "Allow all external domains",
2503+
"value": "AllowAllExternal"
2504+
},
2505+
{
2506+
"label": "Block all external domains",
2507+
"value": "BlockAllExternal"
2508+
},
2509+
{
2510+
"label": "Allow specific external domains",
2511+
"value": "AllowSpecificExternal"
2512+
},
2513+
{
2514+
"label": "Block specific external domains",
2515+
"value": "BlockSpecificExternal"
2516+
}
2517+
]
2518+
},
2519+
{
2520+
"type": "input",
2521+
"name": "standards.TeamsFederationConfiguration.DomainList",
2522+
"label": "Domains, Comma separated"
2523+
}
2524+
],
2525+
"label": "Federation Configuration for Microsoft Teams",
2526+
"impact": "Medium Impact",
2527+
"impactColour": "warning",
2528+
"powershellEquivalent": "Set-CsTenantFederationConfiguration",
2529+
"recommendedBy": []
24782530
}
24792531
]

0 commit comments

Comments
 (0)