Jira Connector v1.5.0
In this release of the Jira Connector, we have introduced support for OpenID Connect (OIDC), enabling enhanced authentication and improved security integration.
If you want to use Client ID and Client Secret for authentication, include the following parameters in the config.json file, as shown below:
"credentials": {
"qualys":{"apiUrl": "<YOUR QUALYS POD API URL HERE>",
"username": "<YOUR QUALYS POD USERNAME HERE>",
"password": "<YOUR QUALYS POD PASSWORD HERE>",
"authMechanism": "<Your Authentication mechanism. i.e BASIC or OAUTH>",
"clientId": "<YOUR ClientID for QUALYS SUBSCRIPTION>",
"clientSecret": "<YOUR CLIENT SECRET for QUALYS SUBSCRIPTION>"
}
You can authenticate using one of the following methods, based on your organization’s security policies and access setup:
- Basic Authentication: Configure your Qualys username and password.
- OAuth Authentication: Configure the User-Level Client ID and Client Secret:
- Client ID: Enter the Client ID provided through your Qualys OIDC configuration.
- Client Secret: Enter the corresponding Client Secret.