JWT endpoint resource. Provides functionality to get JWT token and also provides JWK endpoint to get public key using keyId.
Implementations:
JWT Support Plugin: io.
An authentication provider implements this extension point to store enough information in JWT claim so that later on when the token verification happens, using this same claims this authentication object can be re-created.
Implementations:
JWT Support Plugin: io.
PublicKey provider, to be used during signing
Implementations:
JWT Support Plugin: io.
Participates in the creation of JwtToken
Implementations:
(no known implementations)
This extension point serves the JWT token service endpoint
Implementations:
(no known implementations)
If an incoming HTTP request contains JWT token, pick that up, verifies the integrity, then convert that into JwtAuthentication so that the rest of Jenkins can process this request with proper identity of the caller.
Implementations:
JWT Support Plugin: io.