Tags: markryd/mock-oauth2-server
Tags
fix(logging): bump logback to get newer version than 1.7.x of slf4j (n… …avikt#394) * fixes navikt#388 by upgrading slf4j to 2.x * spring boot tests were failing due to Spring 2.7.x requiring slf4j 1.7.x * added spring.factories to prevent Spring from using its LoggingSystemLogback class causing a NoClassDefFoundError on class removed from slf4j 2.x * add sample docker-compose.yaml to easily test standalone mode
Merge pull request navikt#357 from navikt/rewind_jvm fix(build.gradle.kts, workflows): rewind java version -> 11
fix(jwt): provide algorithm when verifying signature and issuer (navi… …kt#353) * fix(jwt): provide algorithm when verifying signature and issuer * test(userinfo): add tests for non-default algorithm * test(introspect): add tests for non-default algorithm * docs: fix minor typos * chore: refactor files, cleanup imports * refactor(tests): remove extra println Co-authored-by: Youssef Bel Mekki <[email protected]>
Merge pull request navikt#338 from tanettrimas/master Make sure the urls are resolved with the correct host
Merge pull request navikt#330 from navikt/dependabot/gradle/io.projec… …treactor-reactor-test-3.4.23 chore(deps): bump reactor-test from 3.4.22 to 3.4.23
Merge pull request navikt#280 from navikt/patch-dokka-workflow patch: dokka workflow should rebase, not force-push
Merge pull request navikt#279 from navikt/dependabot/gradle/io.netty-… …netty-all-4.1.78.Final chore(deps): bump netty-all from 4.1.77.Final to 4.1.78.Final
Merge pull request navikt#256 from navikt/introspection_endpoint feat: introspection_endpoint
Merge pull request navikt#248 from navikt/add-algorithm-to-initialkeys feat: algorithm to initial keys
feat: support refreshtoken (as JWT) from keycloak (navikt#242) * feat: support keycloak refresh token format * includes nonce from auth request in a plain JWT * see navikt#210 Co-authored-by: Youssef Bel Mekki <[email protected]>
PreviousNext