JWT credentials
Last updated
Was this helpful?
You can use these credentials to authenticate the following nodes:
Passphrase: Signed with a secret with HMAC algorithm
Private key (PEM key): For use with Private Key JWT with RSA or ECDSA algorithm
Refer to the JSON Web Token spec for more details.
For a more verbose introduction, refer to the JWT website Introduction to JSON Web Tokens. Refer to JSON Web Token (JWT) Signing Algorithms Overview for more information on selecting between the two types and the algorithms involved.
To configure this credential:
Select the Key Type of Passphrase.
Enter the Passphrase Secret
Select the Algorithm used to sign the assertion. Refer to Available algorithms below for a list of supported algorithms.
To configure this credential:
Select the Key Type of PEM Key.
A Private Key: Obtained from generating a Key Pair. Refer to Generate RSA Key Pair for an example.
A Public Key: Obtained from generating a Key Pair. Refer to Generate RSA Key Pair for an example.
Select the Algorithm used to sign the assertion. Refer to Available algorithms below for a list of supported algorithms.
This n8n credential supports the following algorithms:
HS256
HS384
HS512
RS256
RS384
RS512
ES256
ES384
ES512
PS256
PS384
PS512
none
Last updated
Was this helpful?
Was this helpful?