keycloak-scim/adapters
Thomas Darimont 79c7203fe8 KEYCLOAK-3380 Allow to configure paths to skip in KeycloakOIDCFilter
We 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>
2016-08-01 11:43:49 +02:00
..
oidc KEYCLOAK-3380 Allow to configure paths to skip in KeycloakOIDCFilter 2016-08-01 11:43:49 +02:00
saml Merge pull request #3019 from ssilvert/KEYCLOAK-3273-ear 2016-07-14 12:06:44 +02:00
spi Return -1 from getDateHeader() when request is restored. 2016-07-12 16:28:45 +10:00
pom.xml bump version 2016-06-30 17:17:53 -04:00