Skip to content

Commit 1879971

Browse files
Merge pull request #2096 from kris6673/sp-disable-basic-auth
Add disable legacy basic authentication for SharePoint standard
2 parents 5b29332 + 1278c64 commit 1879971

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/data/standards.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,15 @@
702702
"impact": "Medium Impact",
703703
"impactColour": "warning"
704704
},
705+
{
706+
"name": "standards.DisableSharePointLegacyAuth",
707+
"cat": "SharePoint Standards",
708+
"helpText": "Disables the ability to authenticate with SharePoint using legacy authentication methods. Any applications that use legacy authentication will need to be updated to use modern authentication.",
709+
"addedComponent": [],
710+
"label": "Disable legacy basic authentication for SharePoint",
711+
"impact": "Medium Impact",
712+
"impactColour": "warning"
713+
},
705714
{
706715
"name": "standards.sharingCapability",
707716
"cat": "SharePoint Standards",

0 commit comments

Comments
 (0)