Skip to content

Commit c69c214

Browse files
authored
Merge pull request #15 from NETWAYS/docs/oauth
Add more docs
2 parents 2d5a9ff + c59a7b3 commit c69c214

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/03-Configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@ OAuth2 Client Credentials:
5252
This method uses the ServiceNow `/oauth_token.do` endpoint to request an access token.
5353
Currently, the access token is not stored during multiple requests.
5454

55+
Regarding scopes, the provided credentials need access to the endpoints that you have configured.
56+
For example, when using the `/api/now/table` endpoint, the credentials need access to the "Table API".
57+
58+
![Scopes Example](img/scopes.png)
59+
5560
Note, this requires the System Property: `glide.oauth.inbound.client.credential.grant_type.enabled`

doc/img/scopes.png

14.1 KB
Loading

0 commit comments

Comments
 (0)