oauth-filter-for-java
oauth-filter-for-java copied to clipboard
Possible to exclude certain urls?
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.