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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -702,6 +702,15 @@
702
702
"impact": "Medium Impact",
703
703
"impactColour": "warning"
704
704
},
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",
0 commit comments