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>
|
8/3/2016 10:31:44 PM
typo in account resource(s) bundle
|
7/28/2016 11:34:52 AM
-> editAccountHtmlTitle
|
8/3/2016 10:31:12 PM
added ldap tests over ssl
|
|
8/3/2016 10:30:20 PM
Allow to configure paths to skip in KeycloakOIDCFilter
|
7/30/2016 11:09:54 AM
now allow configuration of path patterns which should not
be handled by the `KeycloakOIDCFilter` than can be specified via
the new init-parameter `keycloak.config.skipPattern` of
the `KeycloakOIDCFilter`.
Patterns are matched against the requestURI without the context-path.
A request for `/myapp/index.html` would be matched with `/index.html`
against the skip pattern.
This allows for for more flexible path handling when using the
`KeycloakOIDCFilter` in combination with existing applications.
Signed-off-by: Thomas Darimont <thomas.darimont@gmail.com>
|