keycloak-scim/testsuite
Thomas Darimont 1dea38bdbb KEYCLOAK-4205 Allow to return json arrays in Client and Realm Role Mappers
Previously the ClientRoleMapper and RealmRoleMapper returned
roles as a comma delimited String in OIDC tokens which
needed to be parsed by client applications.
We now support to generate the role information as JSON
arrays by setting "multi valued" to "true" in the
client role mapper or realm role mappers respectively
which makes it easier for clients to consume.

The default setting for "multi valued" is "false" to
remain backwards compatible.

An example AccessToken that shows the two modes can be found here:
https://gist.github.com/thomasdarimont/dff0cd691cd6e0b5e33c2eb4c76ae5e8
2017-03-08 20:56:56 +01:00
..
integration KEYCLOAK-4501 2017-02-27 18:46:00 -05:00
integration-arquillian KEYCLOAK-4205 Allow to return json arrays in Client and Realm Role Mappers 2017-03-08 20:56:56 +01:00
jetty KEYCLOAK-4537 Jetty 9.4 implementation (OIDC/SAML) 2017-03-06 23:01:24 +01:00
proxy KEYCLOAK-4384 Remove Mongo support 2017-02-15 15:20:58 +01:00
tomcat6 KEYCLOAK-4384 Remove Mongo support 2017-02-15 15:20:58 +01:00
tomcat7 KEYCLOAK-4384 Remove Mongo support 2017-02-15 15:20:58 +01:00
tomcat8 KEYCLOAK-4384 Remove Mongo support 2017-02-15 15:20:58 +01:00
pom.xml KEYCLOAK-4501, KEYCLOAK-4511, KEYCLOAK-4513 2017-03-03 09:48:52 -05:00