JDBC Driver for REST

Build 23.0.8839

OAuthJWTEncryption

The encryption algorithm to be used in JWT authentication.

Data Type

string

Default Value

"RS256"

Remarks

This property can take one of the following values:

RS256RS256 (RSA Signature with SHA-256) is an asymmetric encryption method used for signing JSON Web Tokens.
RS384RS384 (RSA Signature with SHA-384) is an asymmetric encryption method used for signing JSON Web Tokens.
RS512RS512 (RSA Signature with SHA-512) is an asymmetric encryption method used for signing JSON Web Tokens.
ES256ES256 (Elliptic Curve Digital Signature Algorithm (ECDSA) using the P-256 curve and SHA-256 as the hashing algorithm) is an asymmetric encryption method used for signing JSON Web Tokens.
ES384ES384 (Elliptic Curve Digital Signature Algorithm (ECDSA) using the P-384 curve and SHA-384 as the hashing algorithm) is an asymmetric encryption method used for signing JSON Web Tokens.
ES512ES512 (Elliptic Curve Digital Signature Algorithm (ECDSA) using the P-512 curve and SHA-512 as the hashing algorithm) is an asymmetric encryption method used for signing JSON Web Tokens.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839