You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature
In the current emulator it is not possible to use the VerifyJWT policy to decrypt JWEs. How this is implemented is that there was a new tag added to the policy called Algorithms (note the s) that replaces the Algorithm tag, if you want to do decryption instead of verifying the JWT signature.
Deploying an apiproxy with the VerifyJWT policy that only contains the Algorithms tag yields an error stating that the required Algorithm tag is missing in the policy.
The text was updated successfully, but these errors were encountered:
Feature
In the current emulator it is not possible to use the
VerifyJWT
policy to decrypt JWEs. How this is implemented is that there was a new tag added to the policy calledAlgorithms
(note the s) that replaces theAlgorithm
tag, if you want to do decryption instead of verifying the JWT signature.The feature is documented here:
https://cloud.google.com/apigee/docs/api-platform/reference/policies/verify-jwt-policy
but is not available for Apigee Edge:
https://docs.apigee.com/api-platform/reference/policies/verify-jwt-policy
Deploying an apiproxy with the
VerifyJWT
policy that only contains theAlgorithms
tag yields an error stating that the requiredAlgorithm
tag is missing in the policy.The text was updated successfully, but these errors were encountered: