Skip to content

Releases: navikt/mock-oauth2-server

0.2.2

03 Dec 13:33
b40a43d
Compare
Choose a tag to compare

What's Changed

🚀 Features

0.2.1

19 Nov 19:58
5485b2a
Compare
Choose a tag to compare

🚀 Features

0.2.0

07 Oct 13:47
adcf364
Compare
Choose a tag to compare

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

06 Oct 08:11
b503d0d
Compare
Choose a tag to compare
0.1.36 Pre-release
Pre-release

What's Changed

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

14 Sep 09:40
019bc12
Compare
Choose a tag to compare

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

19 May 12:36
c98a539
Compare
Choose a tag to compare

What's Changed

  • Add "debugger" - a dummy OAuth2 client with UI to test flows/grants against the mock server

0.1.33

26 Mar 12:57
1fd46d7
Compare
Choose a tag to compare
fix mainclass reference after refactoring

0.1.32

26 Mar 12:10
4a1d254
Compare
Choose a tag to compare

Non-version Changes

  • No changes

0.1.31

24 Mar 14:05
c2f7a28
Compare
Choose a tag to compare

Non-version Changes

  • add usage example tests (#2)
  • fix MockOAuth2Server.issueToken method so that it uses the same token provider as the config

0.1.30

24 Mar 11:09
fb191cc
Compare
Choose a tag to compare

Non-version Changes