Skip to content

Commit cf98884

Browse files
committed
small improvement
1 parent 44ac2d0 commit cf98884

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/solution-guidance/security-apponly-azuread.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ To create a self signed certificate with this script:
2121
The actual script can be copied from here:
2222

2323
```powershell
24+
#Requires -RunAsAdministrator
2425
<#
2526
.SYNOPSIS
2627
Creates a Self Signed Certificate for use in server to server authentication
@@ -278,5 +279,5 @@ namespace AzureADCertAuth
278279

279280
## FAQ
280281
### Can I use other means besides certificates for realizing app-only access for my Azure AD app?
281-
No, all other options are blocked and by SharePoint Online and will result in an Access Denied message.
282+
No, all other options are blocked by SharePoint Online and will result in an Access Denied message.
282283

0 commit comments

Comments
 (0)