Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apigee Emulator - Support decryption in VerifyJWT #975

Open
hesch opened this issue Dec 11, 2024 · 0 comments
Open

Apigee Emulator - Support decryption in VerifyJWT #975

hesch opened this issue Dec 11, 2024 · 0 comments

Comments

@hesch
Copy link

hesch commented Dec 11, 2024

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.

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 the Algorithms tag yields an error stating that the required Algorithm tag is missing in the policy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant