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 | Specifies the OAuth scopes that provider requests when authenticating with Confluence. |
| CertificateStore | Specifies the certificate store that provider uses for OAuth 1.0 authentication. |
| CertificateStorePassword | Specifies the password used to open the certificate store for OAuth 1.0 authentication. |
| CertificateSubject | Specifies the subject of the certificate used with Confluence Private Application authentication. |
| CertificateStoreType | Specifies the type of certificate store used with Confluence Private Application authentication. |
| CallbackURL | Identifies the URL users return to after authenticating to Confluence via OAuth (Custom OAuth applications only). |