JWT Authentication
このセクションでは、本プロバイダーの接続設定で設定可能なJWT Authentication プロパティの全リストを提供します。
| プロパティ | 説明 |
| JWTToken | The JWT to use for authentication. |
| JWTSubject | The user subject for which the application is requesting delegated access. |
| JWTIssuer | The issuer of the JWT. |
| JWTAlgorithm | The encryption algorithm used for signing the JWT. |
| JWTExpiration | The amount of time until the JWT expires, in seconds. |
| JWTKeyType | The type of the encryption key used for signing the JWT. |
| JWTKey | The encryption key for signing the JWT. |
| JWTHeaders | A collection of extra HTTP headers to include in the JWT header. |
| JWTClaims | A collection of extra claims to include in the JWT payload. |
| CredentialsLocation | The filepath of the settings file containing the JWT. If a settings file does not exist in this location, the provider creates a new settings file when it retrieves a JWT. |