oauth-filter-for-java
oauth-filter-for-java copied to clipboard
A Servlet Filter that can be used for OAuth 2.0 protection in any Java-based Web API
In our analysis of the project, we observed that: 2 stubbings are created but never executed by the test `TimeBasedCacheTest.doesNotReloadCacheWithinTimeLimit`. Unnecessary stubbings are stubbed method calls that were never realized...
This branch updates to version 5 with the following - breaking - changes * Fully move to jakarta.servlet namespace * Change JSON parser to com.google.gson * Update some dependent libraries...
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...