JWT validate policy commands

JWT validate policy mode provides the commands to create or modify a JWT validate policy.

To enter the mode, use the global assembly-jwt-validate command. To delete a JWT validate policy, use the global no assembly-jwt-validate command.

While in this mode, use the commands in the following table to define the JWT validate policy.

  • To view the current configuration, use the show command.
  • To restore default values, use the reset command.
  • To exit this configuration mode without saving changes to the running configuration, use the cancel command.
  • To exit this configuration mode and save changes to the running configuration, use the exit command.
Table 1. JWT validate policy commands
Command Purpose
admin-state This command sets the administrative state for the configuration.
aud-claim This command specifies the PCRE to validate the aud claim of the JWT.
correlation-path This command specifies the part of the API definition that correlates with the policy.
iss-claim This command specifies the PCRE to validate the iss of the JWT.
jwe-crypto This command specifies the crypto object to decrypt the JWT.
jwe-jwk This command specifies the context variable that contains the JWK to use to decrypt the JWT.
jws-crypto This command specifies the crypto object to verify the JWT.
jws-jwk This command specifies the context variable that contains the JWK to use to verify the JWT.
jwt This command specifies the context variable that contains the JWT to validate.
output-claims This command specifies a context variable to store claims that the JWT contains when validation succeeds.
summary This command specifies the brief, descriptive summary for the object instance.
title This command specifies the title for the configuration.