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
- Ability to [create an OAuth API endpoint for external clients](https://docs.servicenow.com/csh?topicname=t_CreateEndpointforExternalClients)
18
-
19
-
## Integration permissions
20
-
21
-
For the ServiceNow integration to function, Cloudflare CASB requires the following permissions:
22
-
23
-
-`Global` application scope
24
-
25
-
These permissions follow the principle of least privilege to ensure that only the minimum required access is granted. To learn more about each permission, refer to the [ServiceNow Application scope documentation](https://docs.servicenow.com/bundle/utah-application-development/page/build/applications/concept/c_GlobalScope.html).
- Ability to [create an OAuth API endpoint for external clients](https://docs.servicenow.com/csh?topicname=t_CreateEndpointforExternalClients)
22
+
23
+
## Integration permissions
24
+
25
+
For the {props.integrationName} integration to function, Cloudflare CASB requires the following permissions:
26
+
27
+
-`Global` application scope
28
+
29
+
These permissions follow the principle of least privilege to ensure that only the minimum required access is granted. To learn more about each permission, refer to the [ServiceNow Application scope documentation](https://docs.servicenow.com/bundle/utah-application-development/page/build/applications/concept/c_GlobalScope.html).
30
+
31
+
## Security findings
32
+
33
+
<Render
34
+
file="casb/security-findings"
35
+
params={{
36
+
integrationName: props.integrationName,
37
+
slugRelativePath: props.slugifiedName,
38
+
}}
39
+
/>
40
+
41
+
### Instance security
42
+
43
+
Identify security risks related to the ServiceNow instance itself.
0 commit comments