Skip to content

Commit 77448d3

Browse files
authored
Fixes headings to try to make schema happy.
1 parent 5caa00b commit 77448d3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -752,13 +752,12 @@ Also, this will also block apps using the SharePointOnlineCredentials class to a
752752
> [!NOTE]
753753
> The change is not instant. It might take up to 24 hours to be applied.
754754
755-
#### EXAMPLES
756-
757-
##### -----------------------EXAMPLE 1-----------------------------
758-
```
755+
EXAMPLE
756+
`
759757
Connect-SPOService
760758
Set-SPOTenant -LegacyAuthProtocolsEnabled $True
761-
```
759+
`
760+
762761
This example enables legacy authentication protocols on the tenant. This can help to enable login in situations where the admin users get an error like "Cannot contact web site 'https://contoso-admin.sharepoint.com/' or the web site does not support SharePoint Online credentials. The response status code is 'Unauthorized'.", and the underlying error is "Access denied. Before opening files in this location, you must first browse to the web site and select the option to login automatically."
763762
764763
```yaml

0 commit comments

Comments
 (0)