-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 21826: Initial data structures and metatype for OIDC Private Key JWT client authn #25079
Issue 21826: Initial data structures and metatype for OIDC Private Key JWT client authn #25079
Conversation
…y JWT client authn For OpenLiberty#21826
#build |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_pTtmoOBcEe2OBOiL2tO6zA Target locations of links might be accessible only to IBM employees. |
#libby |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_tCPhUOBxEe2OBOiL2tO6zA Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
The build ayoho-25079-20230421-1253 For help analyzing your personal build, go to https://cognitive.hursley.ibm.com/buildAnalysis.html?uuid=_tCPhUOBxEe2OBOiL2tO6zA |
private_key_jwt
option to thetokenEndpointAuthMethod
attributes in<openidConnectClient>
and<oidcLogin>
. **Note: ** This is still strictly beta-level code and remains incomplete.PrivateKeyJwtAuthMethod
class to encapsulate the logic for creating JWTs to use for client authentication.For #21826