JWT endpoint resource. Provides functionality to get JWT token and also provides JWK endpoint to get public key using keyId.
Implementations:
JWT for Blue Ocean 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 for Blue Ocean Plugin: io.
PublicKey provider, to be used during signing
Implementations:
JWT for Blue Ocean Plugin: io.
Participates in the creation of JwtToken
Implementations:
(no known implementations)
This extension point serves the JWT token service endpoint
Implementations:
REST Implementation for Blue Ocean Plugin: io.
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 for Blue Ocean Plugin: io.