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: doc/03-Configuration.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,18 +27,29 @@ Per default, no filter limitation is applied to the query. The whole table will
27
27
28
28
To filter, you will need to follow the [official filter syntax from ServiceNow](https://www.servicenow.com/docs/bundle/yokohama-platform-user-interface/page/use/using-lists/concept/c_EncodedQueryStrings.html) An example could be `nameSTARTSWITHlnux`.
29
29
30
-
### Authentification methods
30
+
### Authentication methods
31
31
32
-
Currently supported authentification methods:
32
+
Currently supported authentication methods:
33
33
34
34
HTTP Basic Auth:
35
35
36
-
**ServiceNow API Username:** User to authenticate against the ServiceNow API.
36
+
-**ServiceNow API Username:** User to authenticate against the ServiceNow API.
37
37
38
38
This user needs to have read access to the table you want to import.
39
39
40
-
**ServiceNow API Password:** Password to authenticate against the ServiceNow API.
40
+
-**ServiceNow API Password:** Password to authenticate against the ServiceNow API.
41
41
42
42
API Token:
43
43
44
-
**ServiceNow API Token:** Bearer token to authenticate against the ServiceNow API. Used in the header key `x-sn-apikey`.
44
+
-**ServiceNow API Token:** Bearer token to authenticate against the ServiceNow API. Used in the header key `x-sn-apikey`.
45
+
46
+
OAuth2 Client Credentials:
47
+
48
+
-**ServiceNow Client ID:** ID for the credentials
49
+
-**ServiceNow Client Secret:** Secret for the credentials
50
+
-**ServiceNow Scopes:** Scopes for the access token
51
+
52
+
This method uses the ServiceNow `/oauth_token.do` endpoint to request an access token.
53
+
Currently, the access token is not stored during multiple requests.
54
+
55
+
Note, this requires the System Property: `glide.oauth.inbound.client.credential.grant_type.enabled`
0 commit comments