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: copilot/employee-self-service/servicenow-hrsd-itsm.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ f1.keywords: NOCSH
4
4
ms.author: daisyfeller
5
5
author: daisyfell
6
6
manager: triciagill
7
-
ms.date: 07/03/2025
7
+
ms.date: 07/15/2025
8
8
audience: Admin
9
9
ms.topic: article
10
10
ms.service: microsoft-365-copilot
@@ -52,7 +52,7 @@ The previous diagram outlines the high-level components comprising overall solut
52
52
The following are known issues & limitations of the Power Platform connector for ServiceNow:
53
53
54
54
- When using the Create Record action, it's not possible to specify the full record description. The field value is ignored due to ServiceNow REST API limitations.
55
-
- The Get Records action may return an "Invalid Table" or other error in Power Apps. For Power Apps implementations the suggested work-around is to utilize the Get Records action in Power Automate and pass the data back to Power Apps.
55
+
- The Get Records action might return an "Invalid Table" or other error in Power Apps. For Power Apps implementations the suggested work-around is to utilize the Get Records action in Power Automate and pass the data back to Power Apps.
56
56
57
57
For detailed documentation about the connector, see [ServiceNow - Connectors](/connectors/service-now/#known-issues-and-limitations).
58
58
@@ -75,7 +75,7 @@ Refer to the ESS Agent deployment guide for installation of the agent and subscr
75
75
76
76
## ServiceNow configuration
77
77
78
-
This section outlines the tasks required to be configured in ServiceNow by an administrator. ServiceNow integration supports several types of authentications:
78
+
This section outlines the tasks required to be configured in ServiceNow by an administrator. ServiceNow integration supports several types of authentications:
79
79
80
80
- Basic authentication
81
81
- Microsoft Entra ID OAuth using certificates
@@ -90,11 +90,11 @@ This section outlines the tasks required to be configured in ServiceNow by an ad
90
90
91
91
### Basic authentication
92
92
93
-
This method of authentication involves a ServiceNow username and password to authenticate API requests. This method is simple to use and is primarily suggested for testing purposes, as it offers lower security compared to other authentication methods.
93
+
This method of authentication involves a ServiceNow username and password to authenticate API requests. This method is simple to use and is primarily suggested for testing purposes, as it offers lower security compared to other authentication methods.
94
94
95
-
### Microsoft EntraID OAuth using Certificate
95
+
### Microsoft Entra ID OAuth using Certificate
96
96
97
-
This authentication uses app tokens, allowing a registered Microsoft Entra ID application to access ServiceNow with a token specifying the ServiceNow Entra ID app as the resource.
97
+
This authentication uses app tokens, allowing a registered Microsoft Entra ID application to access ServiceNow with a token specifying the ServiceNow Microsoft Entra ID app as the resource.
98
98
99
99
#### Task 1: Register an application in Microsoft Entra ID for OIDC integration with ServiceNow
100
100
@@ -123,7 +123,7 @@ This authentication uses app tokens, allowing a registered Microsoft Entra ID ap
123
123
124
124
1. Select **Add** to complete adding the claims.
125
125
126
-
1. If this is the first time OpenId Connect being setup using claims like email, upn, there’ll be a confirmation to turn on the Microsoft Graph permissions, please check the box and select **Add**.
126
+
1. If this is the first time OpenId Connect being setup using claims like email, upn, there’s a confirmation screen to turn on the Microsoft Graph permissions. If you see the confirmation, check the box, and then select **Add**.
127
127
128
128
This flow completes the Microsoft Entra piece of configuration.
0 commit comments