Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Webhook issue

Webhook for Teams:

  1. Check in the application settings of the adapter that the following settings are enable:

  2. Search in the Adapter log “subscription“ and check if there is some errors.

  3. Go to IIS in the Application pool and check in advanced settings that the “Load user profile“ setting is enable

  4. If all configuration above is configured, send a test message from Teams(chat message or channel message, doesn’t matter) and check in Admin Portal log if we handle the new message, see in the following screenshot the text that should be displayed:

Webhook for OneDrive/SharePoint:

To handle file sharing we need to create a Webhook for each user (OneDrive) and group (SharePoint) that we interested to inspect.

Because is used a lot of resource to create Webhook for each user and group in the organisation, we create Webhook based of the EW Policy , the AD sync fill the table “CLOUD_USERS_GROUPS_SCOPE“ with users, groups that needed a Webhook. See here for more details.

Troubleshooting

  1. Check in the application settings of the adapter that the following setting are enable:

  2. Check in the "CLOUD_USERS_GROUPS_SCOPE" table that the user / group you want to inspect its files is there.

  3. If yes, take the entityID from the table and check in the adapter log that a Webhook successfully created for it.

  4. If all configuration above is configured, upload a test file from OneDrive/SharePoint and check in Admin Portal log if we handle the new file, see in the following screenshot the text that should be displayed:

  • No labels