Releases: navikt/mock-oauth2-server
Releases · navikt/mock-oauth2-server
0.2.3
0.2.2
0.2.1
🚀 Features
- add KeyUsage (use) to provider public jwks (#20) @tommytroen
- Suggestion for running the server on windows. (#16) @oyvind-wedoe
0.2.0
What's Changed
🚀 Features
- support tokens without audience and scope from claims when using JwtBearerGrant (#13) @ybelMekk @tommytroen
- breaking change:
- allow tokens without audience to be provided via OAuth2TokenCallback.kt
- api change on OAuth2TokenCallback.kt, audience now returns List instead of String
- an empty list for audience() in OAuth2TokenCallback.kt will yield a token without audience
- support for refresh_token grant, some more tests and test utils (#12) @tommytroen
- support for OAuth 2.0 Token Exchange specification (#10) @jksolbakken @tommytroen
0.1.36
What's Changed
- Add end session endpoint (#11) @jonalu
- publish docker images to the new github container registry (#9) @jksolbakken
Note: The endsession endpoint in its current state is not complete and does not adhere to any specs. It only redirects to the post_logout_redirect_uri
query parameter if specified, otherwise to a predefined page.
0.1.35
What's Changed
🚀 Features
- add client_auth_method to debugger
⬆️ Dependency upgrades
- upped deps and formatted according to new linter rules (#6) @jksolbakken
0.1.34
What's Changed
- Add "debugger" - a dummy OAuth2 client with UI to test flows/grants against the mock server
0.1.33
fix mainclass reference after refactoring
0.1.32
Non-version Changes
- No changes