6/5/2016 12:06:11 PM
Add link to OpenID Endpoint Configuration to realm details page.
|
4/21/2016 3:23:12 PM
to realm details page
We now show a link to the OIDC Endpoints configuration in the realm
details page.
This makes it easier for users to find the OIDC endpoints.
|
6/5/2016 12:03:47 PM
Add client mappers to map user roles to token
|
6/3/2016 10:31:16 AM
two new client protocol mappers to propagate assigned user client / realm roles to a JWT ID/Access Token.
Each protocol mapper supports to use a prefix string that is prepended to each role name. The client role protocol mapper can specify from which client the roles should be considered. Composite Roles are resolved recursively.
Background:
Some OpenID Connect integrations like mod_auth_openidc don't support analyzing deeply nested or encoded structures.
In those scenarios it is helpful to be able to define custom client protocol mappers that allow to propagate a users's roles as a flat structure
(e.g. comma separated list) as a top-level (ID/Access) Token attribute that can easily be matched with a regex.
In order to differentiate between client specific roles and realm roles it is possible to configure
both separately to be able to use the same role names with different contexts rendered as separate token attributes.
|
6/3/2016 6:33:22 AM
AdminEventStoreProviderTest fixes
|
6/3/2016 5:30:34 AM
both firstResults and maxResults in JPA criteria query
|
6/3/2016 5:18:33 AM
to use String instead of java.util.Date
|
6/2/2016 1:55:03 PM
Fix missing version in POM
|
|
|
6/2/2016 1:54:47 PM
to the performance tests.
|