Skip to content

Commit

Permalink
SharePoint case correction
Browse files Browse the repository at this point in the history
  • Loading branch information
loryanstrant authored Jul 31, 2022
1 parent 28fe378 commit 3a2b8e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dashboard_name": "Sharepoint Online",
"dashboard_name": "SharePoint Online",
"menu_name": "Microsoft 365",
"issue_name": "Ensure modern authentication for SharePoint applications is required",
"description": "Modern authentication in Microsoft 365 enables authentication features like multifactor authentication (MFA) using smart cards, certificate-based authentication (CBA), and third party SAML identity provider.",
Expand All @@ -15,7 +15,7 @@

###### To set Apps that don't use modern authentication is set to Block, use the SharePoint Online PowerShell Module:
1. Connect to SharePoint Online using `Connect-SPOService` -Url https://tenant-admin.sharepoint.com replacing `tenant` with your value.
2. Run the following Sharepoint Online PowerShell command:
2. Run the following SharePoint Online PowerShell command:
```Powershell
Set-SPOTenant -LegacyAuthProtocolsEnabled $false
```
Expand Down

0 comments on commit 3a2b8e1

Please sign in to comment.