keycloak-scim/adapters/oidc/servlet-filter
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
..
src/main/java/org/keycloak/adapters/servlet KEYCLOAK-3380 Allow to configure paths to skip in KeycloakOIDCFilter 2016-08-01 11:43:49 +02:00
pom.xml bump version 2016-06-30 17:17:53 -04:00