From f8711d89495222c09b4a651fbf5dabf09a632517 Mon Sep 17 00:00:00 2001 From: Esco Date: Thu, 13 Jun 2024 12:49:57 +0200 Subject: [PATCH] Added sharingDomainRestrictionMode Standard --- src/data/standards.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/src/data/standards.json b/src/data/standards.json index 7f302b59fdc7..3da776f1e146 100644 --- a/src/data/standards.json +++ b/src/data/standards.json @@ -1506,6 +1506,41 @@ "impact": "High Impact", "impactColour": "danger" }, + { + "name": "standards.sharingDomainRestriction", + "cat": "SharePoint Standards", + "tag": ["highimpact", "CIS"], + "helpText": "Restricts sharing to only users with the specified domain. This is useful for organizations that only want to share with their own domain.", + "addedComponent": [ + { + "type": "Select", + "name": "standards.sharingDomainRestriction.Mode", + "label": "Limit external sharing by domains", + "values": [ + { + "label": "Off", + "value": "none" + }, + { + "label": "Restirct sharing to specific domains", + "value": "allowList" + }, + { + "label": "Block sharing to specific domains", + "value": "blockList" + } + ] + }, + { + "type": "input", + "name": "standards.sharingDomainRestriction.Domains", + "label": "Domains to allow/block, comma separated" + } + ], + "label": "Restrict sharing to a specific domain", + "impact": "High Impact", + "impactColour": "danger" + }, { "name": "standards.TenantDefaultTimezone", "cat": "SharePoint Standards",