OAuth
This section provides a complete list of the OAuth properties you can configure in the connection settings for this provider.
Property | Description |
OAuthVersion | The version of OAuth being used. |
OAuthClientId | Specifies the client Id that was assigned the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server. |
OAuthClientSecret | Specifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret ). This secret registers the custom application with the OAuth authorization server. |
Scope | This determines the scopes that the OAuth application requests from Jira Service Management. This determines the scopes that the OAuth application requests from Jira Service Management. The default scopes are: read:jira-work write:jira-work manage:jira-configuration read:jira-user write:jira-work manage:jira-project read:servicedesk-request write:servicedesk-request manage:servicedesk-customer offline_access. |
CallbackURL | The URL users return to after authenticating to Jira Service Management via OAuth. |
AuthToken | The authentication token used to request and obtain the OAuth Access Token. |
AuthKey | The authentication secret used to request and obtain the OAuth Access Token. |
CertificateStoreType | The type of certificate store used with Jira Service Management Private Application authentication. |
CertificateStore | The certificate store used for JIRA Service Management authentication. |
CertificateStorePassword | The password of the certificate store used with Jira Service Management authentication. |
CertificateSubject | The subject of the certificate used with Jira Service Management Private Application authentication. |