oauth-filter-for-java icon indicating copy to clipboard operation
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

Results 3 oauth-filter-for-java issues
Sort by recently updated
recently updated
newest added

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...