8/8/2016 7:36:33 AM
KEYCLOAK-3286 Support for at_hash and c_hash
|
|
|
|
|
8/5/2016 11:45:56 AM
OIDC requests without 'nonce' claim should be rejected …
|
8/5/2016 8:08:05 AM
be rejected unless using the code flow. Started responseType tests
|
8/5/2016 10:07:56 AM
- Capture ResourceType that triggers an AdminEvent
|
8/4/2016 4:21:30 PM
Moved schema evolution configuration from jpa-changelog-2.1.0
to jpa-changelog-2.2.0.
Corrected wrong ResourceType references in tests.
Adapted AdminEvents copy-routines to be aware of resourceType attribute.
Added ResourceType enum to exposed ENUMS of ServerInfoAdminResource.
Signed-off-by: Thomas Darimont <thomas.darimont@gmail.com>
|
6/20/2016 8:32:54 AM
new ResourceType enum for AdminEvents which lists
the current supported ResourceTypes for which AdminEvents
can be fired.
Previously it was difficult for custom EventListeners to figure
out which ResourceType triggered an AdminEvent in order
to handle it appropriately, effectively forcing users to parse
the representation.
Having dedicated resource types as a marker on an AdminEvent helps
to ease custom EventListener code.
We now also allow filtering of admin events by ResourceType in the
admin-console.
Signed-off-by: Thomas Darimont <thomas.darimont@gmail.com>
|