Skip to content

Latest commit

 

History

History
 
 

jwt_signed

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

JWT (signed)

This directory contains Java source code for a callout which verifies signed JWT, as well as an example API proxy, which shows how to use the callout.

  • Java source - Java code, as well as instructions for how to build the Java code.
  • apiproxy - an example API Proxy for Apigee Edge that shows how to use the resulting Java callout

The API Proxy subdirectory here includes the pre-built JAR file. Therefore you do not need to build the Java code in order to use this JWT verifier. However, you may wish to modify this code for your own purposes. In that case, you will modify the Java code, re-build, then copy that JAR into the appropriate apiproxy/resources/java directory for the API Proxy.