79c7203fe8
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> |
||
---|---|---|
.. | ||
src/main/java/org/keycloak/adapters/servlet | ||
pom.xml |