keycloak-scim/themes
Thomas Darimont 5eb9291f37 KEYCLOAK-9574 Fix broken Role Selection for LDAP Mapper in Admin-Console (#5883)
We now wrap the result of a role-selection in an JS array and
use the config value as is for rendering, instead of extracting
the first component (which was the first char, since the value
is a string).

Previously any mapper that used role selection could not be
used due to `LDAPMapperCreateCtrl` generating invalid config structures.

Since the component configuration is represented via
org.keycloak.representations.idm.ComponentRepresentation whose
`config` property is a `MultivaluedHashMap`
config values needs to be passed as an Array. However the
LDAPMapperCreateCtrl in (users.js) only passed the role as a String.

Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
2019-03-27 19:26:03 +01:00
..
src/main KEYCLOAK-9574 Fix broken Role Selection for LDAP Mapper in Admin-Console (#5883) 2019-03-27 19:26:03 +01:00
.gitignore KEYCLOAK-6378 Clean themes common directory 2018-02-07 12:07:40 +01:00
pom.xml Set version to 6.0.0-SNAPSHOT 2019-03-06 15:54:08 +01:00