keycloak-scim/services/src/main
Robert Schuh 843bbf1bb3 KEYCLOAK-18852 Prevent NPE in case of missing truststore
even though the "return null" at the top of the method is called if no truststore is set, the finally block is still executed. And since the keystore is not there an NPE is thrown when calling the remove method.
2021-07-21 14:13:22 +02:00
..
java/org/keycloak KEYCLOAK-18852 Prevent NPE in case of missing truststore 2021-07-21 14:13:22 +02:00
resources KEYCLOAK-18683 Client policy executor for check Backchannel signed request algorithms matching FAPI compliant algorithms 2021-07-19 14:48:31 +02:00