Azure Certificate Auth
Azure AD Certificate authentication
This article is the sample showing Gosip custom auth with AAD Certificate Authorization.
Azure App registration
1. Create or use existing app registration
2. Make sure that the app is configured for a specific auth scenario:
Certificate
Follow instructions: https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azuread
O365 Admin -> Azure Active Directory
Generate self-signed certificate
or on a Linux or macOS client via openssl
:
Get scripts.
New App Registration
Accounts in this organizational directory only
API Permissions -> SharePoint :: Application :: Sites.FullControl.All -> Grant Admin Consent
Certificates & Secrets -> Upload
.cer
file
JSON
private.json
sample:
Usage sample
Last updated