You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/data-connectors/onelogin-iam-platform-using-azure-function.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
-
title: "OneLogin IAM Platform (using Azure Function) connector for Microsoft Sentinel"
3
-
description: "Learn how to install the connector OneLogin IAM Platform (using Azure Function) to connect your data source to Microsoft Sentinel."
2
+
title: "OneLogin IAM Platform (using Azure Functions) connector for Microsoft Sentinel"
3
+
description: "Learn how to install the connector OneLogin IAM Platform (using Azure Functions) to connect your data source to Microsoft Sentinel."
4
4
author: cwatson-cat
5
5
ms.topic: how-to
6
6
ms.date: 02/23/2023
7
7
ms.service: microsoft-sentinel
8
8
ms.author: cwatson
9
9
---
10
10
11
-
# OneLogin IAM Platform (using Azure Function) connector for Microsoft Sentinel
11
+
# OneLogin IAM Platform (using Azure Functions) connector for Microsoft Sentinel
12
12
13
13
The [OneLogin](https://www.onelogin.com/) data connector provides the capability to ingest common OneLogin IAM Platform events into Microsoft Sentinel through Webhooks. The OneLogin Event Webhook API which is also known as the Event Broadcaster will send batches of events in near real-time to an endpoint that you specify. When a change occurs in the OneLogin, an HTTPS POST request with event information is sent to a callback data connector URL. Refer to [Webhooks documentation](https://developers.onelogin.com/api-docs/1/events/webhooks) for more information. The connector provides ability to get events which helps to examine potential security risks, analyze your team's use of collaboration, diagnose configuration problems and more.
14
14
@@ -17,7 +17,7 @@ The [OneLogin](https://www.onelogin.com/) data connector provides the capability
To integrate with OneLogin IAM Platform (using Azure Function) make sure you have:
38
+
To integrate with OneLogin IAM Platform (using Azure Functions) make sure you have:
39
39
40
40
-**Microsoft.Web/sites permissions**: Read and write permissions to Azure Functions to create a Function App is required. [See the documentation to learn more about Azure Functions](https://learn.microsoft.com/azure/azure-functions/).
41
41
-**Webhooks Credentials/permissions**: **OneLoginBearerToken**, **Callback URL** are required for working Webhooks. See the documentation to learn more about [configuring Webhooks](https://onelogin.service-now.com/kb_view_customer.do?sysparm_article=KB0010469).You need to generate **OneLoginBearerToken** according to your security requirements and use it in **Custom Headers** section in format: Authorization: Bearer **OneLoginBearerToken**. Logs Format: JSON Array.
0 commit comments