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: defender-for-identity/whats-new.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,6 @@ For more information, see: [Link or Unlink an Account to an Identity (Preview)](
49
49
**Identity-level remediation actions**
50
50
51
51
You can now perform remediation actions such as disabling accounts or resetting passwords on one or more accounts linked to an identity. For more information, see: [Remediation actions](remediation-actions.md#roles-and-permissions).
52
-
Defender for Identity now offers an opt-in automatic event-auditing configuration for unified sensors (V3.x). This feature streamlines deployment by automatically applying required Windows auditing settings to new sensors and fixing misconfigurations on existing ones. Admins can enable the option in the Defender for Identity Settings -> Advanced Features or via Graph API. The capability and its related health alerts will roll out globally beginning mid-November 2025.
53
52
54
53
### New security posture assessment: Change password for on-prem account with potentially leaked credentials (Preview)
Copy file name to clipboardExpand all lines: exposure-management/ServiceNow-data-connector.md
+71-13Lines changed: 71 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,38 +3,96 @@ title: Integrate ServiceNow data connector in Microsoft Security Exposure Manage
3
3
description: Learn how to the ServiceNow data connector in Microsoft Security Exposure Management.
4
4
ms.author: dlanger
5
5
author: dlanger
6
-
manager: rayne-wiselman
6
+
manager: ornat-spodek
7
7
ms.topic: overview
8
8
ms.service: exposure-management
9
-
ms.date: 09/24/2024
9
+
ms.date: 10/23/2025
10
10
---
11
11
12
12
# ServiceNow data connector
13
13
14
-
To set up the ServiceNow CMDB integration, you need to provide the hostname of your ServiceNow instance and valid credentials. The connector authenticates with Basic Authentication using username and password for read only access.
14
+
To set up the ServiceNow CMDB integration, you need to provide the hostname of your ServiceNow instance and valid credentials. The connector supports both Basic Authentication and OAuth 2.0 as authentication options for read only access. Basic Authentication requires username and password to connect, and OAuth 2.0 is based on granting client credentials.
15
15
16
16
> [!Note]
17
-
> We recommend creating a dedicated user for use with data connectors in Exposure Management.
17
+
> The ServiceNow connector supports Basic Authentication and OAuth 2.0 (client credentials grant). We recommend creating a dedicated user for use with data connectors in Exposure Management with least-privilege (cmdb_read) role assignment.
18
18
19
-
## ServiceNow configuration
19
+
## Configure ServiceNow with Basic Authentication
20
20
21
21
1. Find the hostname of your ServiceNow instance. For example, "contoso.service-now.com".
22
22
1. Create a New ServiceNow user:
23
23
1. Follow the steps [here](https://docs.servicenow.com/en-US/bundle/vancouver-platform-administration/page/administer/users-and-groups/task/t_CreateAUser.html) to create a new user.
24
-
2. Keep the **username (User Id) and password** you provided for future use.
25
-
3. If there’s no password field, submit the form to create the user. Afterwards, when you select on the new user, you receive the **Set Password** option.
26
-
4. As you create the user, check the **Web service access only** box such that the user will be of dedicated use only for this integration.
24
+
1. Keep the **username (User Id) and password** you provided for future use.
25
+
1. If there’s no password field, submit the form to create the user. Afterwards, when you select on the new user, you receive the **Set Password** option.
26
+
1. As you create the user, check the **Web service access only** box such that the user will be of dedicated use only for this integration.
27
27
1. Assign a **cmdb_read** role to the user you have created. Detailed instructions can be found [here](https://docs.servicenow.com/bundle/vancouver-platform-administration/page/administer/users-and-groups/task/t_AssignARoleToAUser.html).
28
28
29
-
> [!Note]
30
-
> The ServiceNow connector only supports Basic Authentication. OAuth authentication will be made available at a later time.
Use OAuth 2.0 client credentials to avoid storing a long‑lived password and to align with modern authentication standards.
32
+
33
+
### Prerequisites
34
+
35
+
1. Create (or identify) a ServiceNow user with at minimum the cmdb_read role. For detailed instructions on creating a ServiceNow user and assigning roles, see the [Configure ServiceNow with Basic Authentication](#configure-servicenow-with-basic-authentication) section. We recommend a dedicated integration user; admin is only required temporarily if needed to install plugins.
36
+
1. Verify these plugins are installed (navigate to `sys_plugins.list`):
37
+
- OAuth 2.0 (`com.snc.platform.security.oauth`)
38
+
- REST API Provider (`com.glide.rest`)
39
+
- Authentication scope (`com.glide.auth.scope`)
40
+
- REST API Auth Scope Plugin (`com.glide.rest.auth.scope`)
| Empty or missing CMDB data | Validate the integration user can view CIs in the CMDB directly; check roles. |
82
+
83
+
For more background on ServiceNow OAuth, see ServiceNow documentation.
31
84
32
85
## Establish ServiceNow connection in Exposure Management
33
86
34
87
To establish a connection with ServiceNow in Exposure Management, follow these steps:
35
88
36
89
1. Open the [Data Connectors](https://security.microsoft.com/exposure-data-connectors) from the Exposure Management navigation and select **Connect** in the ServiceNow CMDB tile.
37
-
1. Enter your ServiceNow **instance details** and **credentials** (created in the ServiceNow configuration) and select **Connect**.
90
+
1. Choose your authentication method and enter the required information:
91
+
-**For Basic Authentication**: Enter your ServiceNow instance hostname and the username and password created in the Basic Authentication configuration.
92
+
-**For OAuth 2.0**: Choose the OAuth 2.0 authentication option and enter your instance hostname, Client ID, and Client Secret created in the OAuth configuration.
93
+
1. Select **Connect**. The system will authenticate using your chosen method and retrieve CMDB data.
94
+
95
+
:::image type="content" source="media/service-now/oauth.png" alt-text="Screenshot of connecting ServiceNow connector" lightbox="media/service-now/oauth.png":::
38
96
39
97
## Retrieved data
40
98
@@ -55,8 +113,8 @@ Here are some common issues that might arise when configuring the ServiceNow Con
| 'The remote server name couldn't be resolved' error message | Verify ServiceNow Instance hostname. Learn more about authentication to ServiceNow here: [Authentication (servicenow.com)](https://docs.servicenow.com/bundle/vancouver-platform-security/page/integrate/single-sign-on/concept/c_Authentication.html)|
58
-
|**Error code 401**: Authorization failure | An authorization failure indicates that credentials might not be correct, or there might not be sufficient permissions to access the ServiceNow data. Check your credentials and make sure they are correct and valid. Also check that your credentials have the required permissions. See the ServiceNow [configuration section](#servicenow-configuration) for details on how to ensure the cmdb_read role is assigned. Another possible reason for this failure is the that your ServiceNow instance is configured to accept connections only from a limited range of IP addresses. In this case, see the guidance for adding the right set of IPs to your allowlist here: [Allowlist IP addresses](configure-data-connectors.md#allowlist-ip-addresses)|
59
-
|**Error code 403:** Access forbidden error | This error indicates that the provided credentials lack the necessary permissions to run the requested APIs. Update your credentials with the proper permissions as described in the [configuration section](#servicenow-configuration), and make sure they have at minimum cmdb_read role assigned. |
116
+
|**Error code 401**: Authorization failure | An authorization failure indicates that credentials might not be correct, or there might not be sufficient permissions to access the ServiceNow data. Check your credentials and make sure they are correct and valid. Also check that your credentials have the required permissions. See the [Configure ServiceNow with Basic Authentication](#configure-servicenow-with-basic-authentication) section for details on how to ensure the cmdb_read role is assigned. Another possible reason for this failure is the that your ServiceNow instance is configured to accept connections only from a limited range of IP addresses. In this case, see the guidance for adding the right set of IPs to your allowlist here: [Allowlist IP addresses](configure-data-connectors.md#allowlist-ip-addresses)|
117
+
|**Error code 403:** Access forbidden error | This error indicates that the provided credentials lack the necessary permissions to run the requested APIs. Update your credentials with the proper permissions as described in the [Configure ServiceNow with Basic Authentication](#configure-servicenow-with-basic-authentication) section, and make sure they have at minimum cmdb_read role assigned. |
60
118
|**Error code 404:** Not found error | This error indicates that the requested endpoint wasn't found to be reachable. Verify that your ServiceNow Instance hostname is correct. |
61
119
|**Error code 429** 'Too many requests" | The system periodically pulls data from the configured external providers, which might have a limit on the number of concurrent requests. We recommend creating a dedicated user or account for the connector to avoid reaching this limit. |
62
120
| Bad URL error message | This error indicates that the requested endpoint wasn't found to be reachable. Verify that your ServiceNow Instance hostname is correct. |
Copy file name to clipboardExpand all lines: exposure-management/whats-new.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,14 @@ Learn more about MSEM by reading the blogs, [here](https://techcommunity.microso
24
24
>
25
25
> `https://aka.ms/msem/rss`
26
26
27
+
## November 2025
28
+
29
+
### ServiceNow connector OAuth 2.0 authentication support
30
+
31
+
The ServiceNow data connector now supports OAuth 2.0 authentication in addition to Basic Authentication. This enhancement allows organizations to use modern authentication standards with client credentials flow, providing improved security through easier credential rotation and scoped authentication based on OAuth Application User roles.
32
+
33
+
For more information, see [ServiceNow data connector](ServiceNow-data-connector.md).
34
+
27
35
## September 2025
28
36
29
37
### Critical assets classified based on interaction with sensitive documents (Purview eDLP)
0 commit comments