Skip to end of banner
Go to start of banner

Authentication

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The authentication is based on Jira's REST API authentication, so you can use  HTTP basic authentication using some user credentials. 

Jira allows you to create Personal Access Tokens, which TDO also can use. These tokens can be created in the user's profile section in Jira and have an expiration date; they can also be revoked at any moment (more information here).

To use them in Jira's and in Xray REST API calls, we need to use the HTTP header "Authorization" with the "Bearer <token>" value.

  • No labels