Skip to content

Commit 8d61f9c

Browse files
authored
Merge pull request #1012 from dangshubham/shubhamdang-PasskeySupportAmazon
Update Connect-SPOService.md
2 parents 7aa1231 + 8cb2636 commit 8d61f9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Connect-SPOService.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,13 @@ Accept wildcard characters: False
218218
> Applicable: SharePoint Online
219219
220220
Used to authenticate the user using the Microsoft Authentication Library (MSAL).
221+
> [!NOTE]
222+
> To avoid adding the `-UseSystemBrowser` parameter every time you run `Connect-SPOService`, you can set a registry key instead.
223+
>
224+
> Set the `UseSystemBrowser` registery key (type `REG_DWORD`) at:
225+
`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SPO\CMDLETS\`
226+
>
227+
> If either registry key is set to a non-zero integer value or `-UseSystemBrowser` parameter is set to `true`, authentication flow will use system browser for sign-in.
221228

222229
```yaml
223230
Type: System.Boolean

0 commit comments

Comments
 (0)