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