Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: allow key exchange port configuration (#3453) * allow key exchange port configuration Signed-off-by: achmelo <[email protected]> * explain different defaults for the port Signed-off-by: achmelo <[email protected]> * use the same default port number Signed-off-by: achmelo <[email protected]> --------- Signed-off-by: achmelo <[email protected]> (cherry picked from commit d82322e) * chore: Change log levels for WS and Identity Mapper and add service info (#3344) * add info about the southbound service request for authsource Signed-off-by: at670475 <[email protected]> * add debug msg for websocket routing Signed-off-by: at670475 <[email protected]> * address pr comments Signed-off-by: at670475 <[email protected]> --------- Signed-off-by: at670475 <[email protected]> (cherry picked from commit 0a888f8) * fix: Respect configuration enabling JWT Token Refresh Functionality #3468 (#3474) * Respect JWT Refresh Configuration from zowe.yaml Signed-off-by: Jakub Balhar <[email protected]> * Fix the default in shell. Signed-off-by: Jakub Balhar <[email protected]> --------- Signed-off-by: Jakub Balhar <[email protected]> (cherry picked from commit b4146be) * feat: include OIDC JWKSet in the gateway JWKs (#3499) * use the same JWK format, include OIDC keys in the response Signed-off-by: achmelo <[email protected]> * cleanup, update tests Signed-off-by: achmelo <[email protected]> * integration test for local validation Signed-off-by: achmelo <[email protected]> * set default ssl factory Signed-off-by: achmelo <[email protected]> * change debug message Signed-off-by: achmelo <[email protected]> * test coverage Signed-off-by: achmelo <[email protected]> --------- Signed-off-by: achmelo <[email protected]> (cherry picked from commit a588a8f) Signed-off-by: achmelo <[email protected]> * feat: forward valid OIDC token to southbound service in case of distributed ID is not mapped (#3497) * forward token and message in case of missing mapping Signed-off-by: at670475 <[email protected]> * fix test Signed-off-by: at670475 <[email protected]> * add unit test Signed-off-by: at670475 <[email protected]> * small refactoring Signed-off-by: at670475 <[email protected]> * updating integration tests Signed-off-by: at670475 <[email protected]> * add test Signed-off-by: at670475 <[email protected]> * add exception to the error handler to return correct response code Signed-off-by: at670475 <[email protected]> * fix styles Signed-off-by: achmelo <[email protected]> --------- Signed-off-by: at670475 <[email protected]> Signed-off-by: achmelo <[email protected]> Co-authored-by: achmelo <[email protected]> Co-authored-by: achmelo <[email protected]> (cherry picked from commit 60777c1) * fix: check for nullpointer exception when jwk key can't be retrieved (#3503) * check for nullpointer ex when jwk key can't be retrieved Signed-off-by: at670475 <[email protected]> * add test Signed-off-by: at670475 <[email protected]> * address comment Signed-off-by: at670475 <[email protected]> --------- Signed-off-by: at670475 <[email protected]> (cherry picked from commit 7c00dba) * revert Signed-off-by: achmelo <[email protected]> * use current methods Signed-off-by: achmelo <[email protected]> * feat: Move OIDC access token from cookie to special header (#3513) * POC Signed-off-by: Pavel Jares <[email protected]> * fix Signed-off-by: Pavel Jares <[email protected]> * replace old constructors Signed-off-by: achmelo <[email protected]> * update IT Signed-off-by: achmelo <[email protected]> * fix Signed-off-by: Pavel Jares <[email protected]> * update IT Signed-off-by: achmelo <[email protected]> * fix IT Signed-off-by: Pavel Jares <[email protected]> * exception handler for no MF ID, unit test Signed-off-by: achmelo <[email protected]> * unit tests for request modification Signed-off-by: Pavel Jares <[email protected]> * license Signed-off-by: achmelo <[email protected]> * minor changes Signed-off-by: Pavel Jares <[email protected]> * lowercase header Signed-off-by: achmelo <[email protected]> * remove import Signed-off-by: achmelo <[email protected]> * remove authorization header from httpservletrequest Signed-off-by: achmelo <[email protected]> * test no ID and invalid token Signed-off-by: achmelo <[email protected]> * ignore cookies if auth cookie only remains Signed-off-by: achmelo <[email protected]> * expect no cookie in request Signed-off-by: achmelo <[email protected]> * fix sonar Signed-off-by: Pavel Jares <[email protected]> --------- Signed-off-by: Pavel Jares <[email protected]> Signed-off-by: achmelo <[email protected]> Co-authored-by: achmelo <[email protected]> (cherry picked from commit 6248308) * url without default Signed-off-by: achmelo <[email protected]> * use the same jwk uri Signed-off-by: achmelo <[email protected]> * attempt to fix IT Signed-off-by: Pavel Jares <[email protected]> * Revert "attempt to fix IT" This reverts commit cf35400. * use keyLocator for JWK set Signed-off-by: achmelo <[email protected]> --------- Signed-off-by: achmelo <[email protected]> Signed-off-by: Pavel Jares <[email protected]> Co-authored-by: Andrea Tabone <[email protected]> Co-authored-by: Jakub Balhar <[email protected]> Co-authored-by: Pavel Jareš <[email protected]> Co-authored-by: Pavel Jares <[email protected]>
- Loading branch information