Decode JWT token from JSON Response without using JWT policies

Hi All,

We need to decode JWT token coming in response of one proxy (Service Callout )and send it to the consumer after decoding it without using JWT policies (present in cloud as it is not present in our APIGEE on-premise version). Further we need to send this decoded JWT token to consumer.

We are using Service callout policy to get the JWT token from other proxy.

Thanks!

2 2 640
2 REPLIES 2

In the OPDK of Apigee Edge, the JWT policies are available in Beta form for version 4.18.01.

The "beta" policies have changed nothing from the actual "GA" policies that will be available in 4.18.05.

You can use them and rely on them.

If you don't have 18.01 or if you prefer not to use the beta policies, then you can use the officially unsupported (self-supported) JWT callout that is still available here.

The configuration models are different from the builtin policies and the callout, but the function is approximately equivalent.

@Dino-at-Google

Thanks Dino for your response. I am trying to do it on public cloud but java callout policy is not enabled on public cloud.