We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ac2d0 commit cf98884Copy full SHA for cf98884
docs/solution-guidance/security-apponly-azuread.md
@@ -21,6 +21,7 @@ To create a self signed certificate with this script:
21
The actual script can be copied from here:
22
23
```powershell
24
+#Requires -RunAsAdministrator
25
<#
26
.SYNOPSIS
27
Creates a Self Signed Certificate for use in server to server authentication
@@ -278,5 +279,5 @@ namespace AzureADCertAuth
278
279
280
## FAQ
281
### Can I use other means besides certificates for realizing app-only access for my Azure AD app?
-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.
283
0 commit comments