oauth-filter-for-java icon indicating copy to clipboard operation
oauth-filter-for-java copied to clipboard

Possible to exclude certain urls?

Open col-panic opened this issue 8 months ago • 0 comments

Is ist possible to exclude certain urls from checking?

I was using the org.keycloak.adapters.servlet.KeycloakOIDCFilter up to now, which had the keycloak.config.skipPattern parameter, to exclude certain urls from checking. Now we can't use this filter anymore, as it is not maintained anymore, and we transition to jakarta namespace.

col-panic avatar Feb 19 '25 12:02 col-panic