SUMMARY
In some environments, the access token is obtained by passing the user and password to a custom REST API.
The purpose of this request is to enable the inventory plugin to also work when the authentication is done in this 2 step approach.
- Step 1: When a new field is present ( suggested name: token_uri, envvar: SN_TOKEN_URI), a call is made to the URI using basic authentication and an access token is obtained
- Step 2: The access token is then used by the inventory plugin to connect to ServiceNow
ISSUE TYPE
COMPONENT NAME
Inventory plugin.
ADDITIONAL INFORMATION