-
Notifications
You must be signed in to change notification settings - Fork 604
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
Set OIDC Client ID in Thread AccesTokenAuthenticator #30626
Set OIDC Client ID in Thread AccesTokenAuthenticator #30626
Conversation
There is a need to add the client id to the thread when the method getIssuerIdentifier is invoked.
7219aca
to
9e19953
Compare
!build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
9e19953
to
7e1d5f4
Compare
!build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
1 similar comment
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
7e1d5f4
to
0e54250
Compare
!Libby (view Open Liberty Delivery Requirements Verification - ✅ completed successfully!) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
!build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Failures don't seem to be related to my changes. I'm merging |
Currently, we are setting the clientID in the thread only when there is no inbound propagation. However we also need it when inbound propagation happens.
Fixes #PH61850
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).