Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Note:

  1. To sync SharePoint you need to be an admin or application owner within Zilla and have admin access with to your organization's Azure Active Directory-AAD application, specifically Global administrator role.

  2. Before syncing SharePoint in Zilla you have to first sync its Parent Application, Azure Active Directory, with Sync All Groups? set to Yes.

  3. To successfully sync changes made to SharePoint like deletion or creation of sites/subsites/memberships of sites/subsites, sync the parent application, Azure Active Directory, before syncing SharePoint instance in Zilla.

...

  • 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 option

    • Redirect 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 select Sites.Read.All. Click Add permisisons.

  • You will see that permission selected will be added to Microsoft.Graph section. Click Grant 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.

...