2/13/2017 4:16:45 PM
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
|
3/9/2017 4:29:55 AM
SAML encrypted assertion with newlines fails during parsing
|
2/22/2017 8:27:31 AM
handles newlines and whitespace.
|
|
|
3/3/2017 12:40:49 PM
same name into single identity provider
- unique name enforcement working
- test added
|
3/8/2017 11:44:33 AM
Jetty 9.4 implementation (OIDC/SAML)
|
|
|
3/8/2017 8:25:01 AM
Added troubleshooting section to Cordova example
|
|
|
3/8/2017 5:10:56 AM
adapters dist artifact
|