OAuth
このセクションでは、本プロバイダーの接続設定で設定可能なOAuth プロパティの全リストを提供します。
| プロパティ | 説明 |
| OAuthVersion | 使われているOAuth のバージョンを指定します。 |
| OAuthClientId | カスタムOAuth アプリケーションに割り当てられたクライアントID(コンシューマーキーとも呼ばれます)を指定します。このID は、認証時にOAuth 認可サーバーにアプリケーションを識別させるために必要です。 |
| OAuthClientSecret | カスタムOAuth アプリケーションに割り当てられたクライアントシークレットを指定します。この機密情報は、OAuth 認可サーバーに対してアプリケーションを認証するために使用されます。(カスタムOAuth アプリケーションのみ) |
| 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 | OAuth 経由でConfluence への認証を行った後にユーザーが戻るURL を指定します(カスタムOAuth アプリケーションのみ)。 |