OAuth
This section provides a complete list of the OAuth properties you can configure in the connection settings for this provider.
| Property | Description |
| OAuthVersion | Identifies the version of OAuth being used. |
| OAuthClientId | Specifies the client ID (also known as the consumer key) assigned to your custom OAuth application. This ID is required to identify the application to the OAuth authorization server during authentication. |
| OAuthClientSecret | Specifies the client secret assigned to your custom OAuth application. This confidential value is used to authenticate the application to the OAuth authorization server. (Custom OAuth applications only.). |
| 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 | Identifies the URL users return to after authenticating to Jira Service Management via OAuth (Custom OAuth applications only). |
| 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. |