Adeptia uses JWT Token to allow you to access a Web Service resource in Adeptia Connect using an API Key. If you have issued the token yourself or received it from a third party, you need to configure JWKS and use it while creating a security policy for token validation purposes.
...
Click Configure > WEB SERVICES > JWKS Configuration.
Click Create JWKS Configuration.
A Create JWKS Configuration screen opens.
On the Create JWKS Configuration screen, enter the details as described in the following table.
Insert screenshot here.
Field Name Description JWKS Configuration Name Enter a name for JWKS configuration. JWKS Endpoint Enter the URL containing the JWKS validation parameters as JWKs. Issuer Enter the name of the token issuer.
Info This is an optional field. If you do not provide a value for this field, the validation for token issuer will succeed for any issuer. Audience Enter the name of the token receiver/consumer.
Info This is an optional field. If you do not provide a value for this field, the validation for token receiver will succeed for any receiver. Signing Algorithm Select the algorithm used for signing the tokens – Symmetric, or Non Symmetric.
Tip If you select Symmetric, the Signing Key field appears. Enter the token signing secret in this field. Is Token Encrypted? Select Yes if the token is encrypted, else, select No.
If you select Yes, the Encryption Algorithm field appears. Select the algorithm used for encrypting the tokens – Symmetric, or Non Symmetric.
If you select Symmetric,
- Enter the token encryption secret in the Secret Key field.
If you select Non Symmetric,
- Enter the type of key used for encrypting the token in the Encryption Key Type field.
- Enter the token encryption private key in the Encryption Private Key field.
Click Save.
...