JWT Authentication
このセクションでは、本プロバイダーの接続文字列で設定可能なJWT Authentication プロパティの全リストを提供します。
プロパティ | 説明 |
JWTToken | The JWT token to use for authentication. |
JWTSubject | The user subject for which the application is requesting delegated access. |
JWTIssuer | The issuer of the JWT token. |
JWTAlgorithm | The encryption algorithm used for signing the JWT token. |
JWTExpiration | How long the JWT token should remain valid, in seconds. |
JWTKeyType | The type of the encryption key which is used for signing the JWT token. |
JWTKey | The encryption key for signing the JWT token. |
JWTHeaders | A collection of extra headers that should be included in the JWT header. |
JWTClaims | A collection of extra claims that should be included in the JWT payload. |
CredentialsLocation | The location of the settings file where the JWT token is saved. |