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.
Is ist possible to exclude certain urls from checking?
I was using the
org.keycloak.adapters.servlet.KeycloakOIDCFilterup to now, which had thekeycloak.config.skipPatternparameter,to exclude certain urls from checking. Now we can't use this filter anymore, as it is not maintained anymore, and we transition to
jakartanamespace.