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 | The client Id assigned when you register your application with an OAuth authorization server. |
OAuthClientSecret | The client secret assigned when you register your application with an OAuth authorization server. |
Scope | This determines the scopes that the OAuth application requests from Confluence. |
CertificateStore | The certificate store used for Confluence authentication. |
CertificateStorePassword | The password of the certificate store used with Confluence authentication. |
CertificateSubject | The subject of the certificate used with Confluence Private Application authentication. |
CertificateStoreType | The type of certificate store used with Confluence Private Application authentication. |
CallbackURL | The OAuth callback URL to return to when authenticating. This value must match the callback URL you specify in your app settings. |