keycloak-scim/integration/admin-client
Thomas Darimont 303861f7e8 KEYCLOAK-10003 Fix handling of request parameters for SMTP Connection Test
We now transfer the SMTP connection configuration via HTTP POST
request body parameters instead of URL parameters.
The improves handling of SMTP connection configuration values with
special characters. As a side effect sensitive information like SMTP
credentials are now longer exposed via URL parameters.

Previously the SMTP connection test send the connection parameters
as encoded URL parameters in combination with parameters in the request body.
However the server side endpoint did only look at the URL parameters.

Certain values, e.g. passwords with + or ; could lead to broken URL parameters.
2020-01-23 13:19:31 -06:00
..
src/main/java/org/keycloak/admin/client KEYCLOAK-10003 Fix handling of request parameters for SMTP Connection Test 2020-01-23 13:19:31 -06:00
pom.xml Set version to 9.0.0-SNAPSHOT 2019-11-15 20:43:21 +01:00