...
Info |
---|
Note:
|
...
Login to Azure Active Directory with your admin credentials.
Click
Azure Active Directory
, and you will be redirected to your tenant’s overview page.Click on
App registrations
from the left hand side menu.Click on
+ New registration
, you will be redirected to app registration page.Fill in the required details:
Name: Name of the connector, e.g.,
Zilla SharePoint Connector
Supported account types: Select the
single Single tenant
optionRedirect URI: Select type
Web
and fill in the URI:https://app.zillasecurity.com/api/auth/callback/sharepoint
Click
Register
You will be redirected to app's overview page. Click on
API permissions
from the left menu.Click
+ Add a permission
.Select
Microsoft Graph
.Select
Application permissions
.Type in
sites
and selectSites.Read.All
. ClickAdd permisisons
.You will see that permission selected will be added to
Microsoft.Graph
section. ClickGrant admin consent
which is required for a successful sync.Now go back to app’s overview page. Click
Add a certificate or secret
in the client credentials section.Click
+ New client secret
.Type in the description and select the expiration. Click
Add
.Copy the client secret Value for future use. NOTE: This is your only opportunity to capture this data, once you leave the page it will be unavailable and you will need to delete the client secret and create a new one.
Go back to app’s overview page. Copy the
Application (client ID)
for use in a future step.
...