Implementation of integration tokens is performed for webhooks running the following AIC integrations, in order to improve security when running the integrations.
The integrations that include this change are as follows:
- ASMS / DevOps
- ASMS / Jira Cloud
- ASMS / Jira Server
- ASMS / ServiceNow
To generate the integration token, enter the AIC application to the option Configuration / Token Integration View the manual.
Add the token to the webhook
In the ASMS rule webhook, in the Header tab add a header with the key “X-Authorization” and in VALUE add the token generated on the AIC platform as follows “Bearer {AIC token}”
⚐ Note: It is mandatory to add the integration token to each of the webhooks that are parameterized for each integration in ASMS. Otherwise, an authentication error is generated and the integration will fail.
For more information on this change View the manual