6/7/2016 2:00:42 AM
- clear queue before event
|
|
|
6/7/2016 2:00:11 AM
- Add module org.jboss.resteasy.resteasy-jaxrs to integ…
|
6/6/2016 6:12:46 AM
to integration-arquillian-testsuite-providers
|
6/5/2016 12:20:08 PM
endpoint in proxy
|
3/24/2016 5:32:43 AM
which handles token
requests performs blocking IO. However, the exchange is in non-blocking
mode when it reaches this handler in Keycloak proxy.
|
6/5/2016 12:12:05 PM
- Add support for Script-based AuthenticationExecution definitions.
|
2/9/2016 11:02:53 AM
definitions.
This is a POC for script based authenticator support.
Introduced a ScriptBasedAuthenticator that is bootstraped via a
ScriptBasedAuthenticatorFactory can be execute a configured script
against a provided execution context.
Added an alias property to the AuthFlowExecutionRepresentation in order
to be able to differentiate multiple instances of an Authenticator
within the same AuthFlow.
For convenience editing the AngularJS bindings for the ACE editor were
added for fancy script editing - this needs to be cut down a bit wrt to
themes and supported scripts - e.g. we probably don't expect users to write
authenticator scripts in Cobol...
Removed currently not needed ACE sytax highlighting and themes.
Scripting is now available to all keycloak components that have access to the KeycloakSession.
Introduced new Scripting SPI for configurable scripting providers.
|
6/5/2016 12:06:32 PM
Handle ModelException in UsersResource
|
5/6/2016 2:58:36 PM
now handle ModelExceptions thrown while creating and updating
a new User by rolling back the transaction and presenting
an error message with a HTTP 409 (conflict) code.
Previously only ModelDuplicateExceptions were handled and
ModelExceptions, e.g. due to a failed database operation
lead to a HTTP 500 server error.
|