[Optional] The JWTDecryptionKeyFile property specifies the name of the file that contains the decryption key and is used to decrypt the JSON Web Token (JWT). This is part of JWT validation.
Default Property Value
The default setting is "", that is, no file is specified.
Valid Settings
Setting | Description |
---|---|
"" | No decryption file is specified. |
A file name | Specifies the name of the file that contains the decryption key. |
Related Information
For more information about configuring JWT, see Configuring Single Sign-On.