OAuth JWTValidationConstraints Object
Contains information about the constraints associated with JWT validation.
This object is used by the following operations:
- Any operations that use the JWTValidationCriteria object
The properties included in the JWTValidationConstraints object are listed below.
| Property | Type | Description | 
|---|---|---|
| UseInboundAppIdentityCredentialsForDecryption | boolean | Optional. Indicates that the credentials of the inbound app will be used for decryption. Default: true. | 
| AllowedSymmetricKeyEncryptionAlgorithms | string | Optional. Indicates whether symmetric key encryption algorithms are allowed. | 
| AllowedRSAKeyEncryptionAlgorithms[ ] | string | Optional. Indicates whether RSA key encryption algorithms are allowed. | 
| AllowedSymmetricSigningAlgorithms[ ] | string | Optional. Indicates whether symmetric signing encryption algorithms are allowed. | 
| AllowedRSAKeySigningAlgorithms[ ] | string | Optional. Indicates whether RSA key encryption algorithms are allowed. | 
| AllowedJWTValidityInSecondsSinceJWTIssuedAt[ ] | integer | Optional. Default: 900 seconds. | 
| ClockSkewInSeconds | integer | Optional. Default: 900 seconds. | 
| isSymmetrickeyBase64Encoded | boolean | Optional. Indicates whether symmetric key is Base64-encoded. |