-
An authentication store for Jwt, 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.
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.
PublicKey provider, to be used during signing
Participates in the creation of JwtToken
This extension point serves the JWT token service endpoint
If an incoming HTTP request contains JWT token, pick that up, verifies the integrity, then
convert that into
JwtTokenVerifierImpl.JwtAuthentication
so that the rest of Jenkins can process this request
with proper identity of the caller.
Key used to sign JWT token.
-
An authentication store for Jwt, 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.
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.
PublicKey provider, to be used during signing
If an incoming HTTP request contains JWT token, pick that up, verifies the integrity, then
convert that into
JwtTokenVerifierImpl.JwtAuthentication
so that the rest of Jenkins can process this request
with proper identity of the caller.
Key used to sign JWT token.