Outbound Incoming JWT

The Outbound Incoming JWT policy allows outbound requests to be sent without any authentication credentials. Use this policy when the target endpoint does not require authentication or accepts anonymous access.

In API Studio, this policy is identified by the kind Route.

Example of a Outbound Incoming JWT policy:

kind: OutboundIncomingJWT
apiVersion: api.webmethods.io/beta
metadata:
  name: OutboundIncomingJWT
  version: 1.0
  namespace: sample
spec:
  enable: true

To invoke the Outbound Incoming JWT policy, you can specify:

Type Description
kind

OutboundIncomingJWT. Defines the type of policy that is being configured.

apiVersion Denotes the version of the API in use.
metadata Denotes the metadata or details of the asset type.
It covers this metadata:
  • name. Name of the policy.
  • version. Version of the policy.
  • namespace. Namespace of the policy.
spec

You can configure the following policy specifications:

  • enabled. Specifies whether the policy is enabled or disabled. Set the value to true to enable the policy, and set it to false to disable the policy.