Enhanced Support for JWT in Integration Server
In addition to supporting the existing JWT features and functionality, Integration Server supports generation and validation of a JWT, and extraction of claims.
The following table lists the JWT public services.
Service | Description |
pub.jwt:extractClaimsFromJWT | Returns specific claim details that you want to extract from a JWT. |
pub:jwt:generateSignedJWT | Generates a signed JWT. |
pub:jwt:verifyJWT | Verifies the signature in a JWT, the token expiration time, and the not-before time. |
For more information about the public services for JWT, see webMethods Integration Server Built-In Services Reference.