|
|
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>
|
8/5/2016 4:44:52 AM
Improve stability of Adapters Tests
|
|
|
8/3/2016 10:34:00 PM
Use authUrl prefix for OIDC Configuration link
|
8/2/2016 10:52:22 AM
now use the {{authUrl}} prefix for the OIDC configuration link
in the admin-console to honor different web-context paths.
Previously when a different web-context than /auth was configured
the generated link pointed to the wrong location.
Signed-off-by: Thomas Darimont <thomas.darimont@gmail.com>
|