Public Services
This API allows you to fetch a JWT from webMethods API Gateway and also fetch JSON Web key (JWKS) URI of webMethods API Gateway.
webMethods API Gateway provides the following REST API and the resources to manage public services:
- GET/rest/pub/apigateway/jwt/getJsonWebToken: Retrieves JWT from webMethods API Gateway. To obtain the JWT from webMethods API Gateway the client has to pass the basic authentication credentials.
- GET/rest/pub/apigateway/jwt/certs: Retrieves all the public keys of webMethods API Gateway, which can be used to validate the JWT generated by webMethods API Gateway.