Skip to content

Commit

Permalink
Added Teams Federation Configuration Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialEsco committed Jul 31, 2024
1 parent d46476b commit a6aa56c
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -2475,5 +2475,57 @@
"impactColour": "warning",
"powershellEquivalent": "Set-CsExternalAccessPolicy",
"recommendedBy": []
},
{
"name": "standards.TeamsFederationConfiguration",
"cat": "Teams Standards",
"tag": ["mediumimpact"],
"helpText": "Sets the properties of the Global federation configuration.",
"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.",
"addedComponent": [
{
"type": "boolean",
"name": "standards.TeamsFederationConfiguration.AllowTeamsConsumer",
"label": "Allow users to communicate with other organizations"
},
{
"type": "boolean",
"name": "standards.TeamsFederationConfiguration.AllowPublicUsers",
"label": "Allow users to communicate with Skype Users"
},
{
"type": "Select",
"name": "standards.TeamsFederationConfiguration.DomainControl",
"label": "Communication Mode",
"values": [
{
"label": "Allow all external domains",
"value": "AllowAllExternal"
},
{
"label": "Block all external domains",
"value": "BlockAllExternal"
},
{
"label": "Allow specific external domains",
"value": "AllowSpecificExternal"
},
{
"label": "Block specific external domains",
"value": "BlockSpecificExternal"
}
]
},
{
"type": "input",
"name": "standards.TeamsFederationConfiguration.DomainList",
"label": "Domains, Comma separated"
}
],
"label": "Federation Configuration for Microsoft Teams",
"impact": "Medium Impact",
"impactColour": "warning",
"powershellEquivalent": "Set-CsTenantFederationConfiguration",
"recommendedBy": []
}
]

0 comments on commit a6aa56c

Please sign in to comment.