Skip to content

Releases: okta/okta-mobile-kotlin

1.1.0

15 Sep 17:21
1.1.0
c1ed7f9
Compare
Choose a tag to compare

1.0.0

11 Jul 20:12
1.0.0
10f67c2
Compare
Choose a tag to compare

0.6.0-BETA

03 Jun 19:30
0.6.0-BETA
58b3677
Compare
Choose a tag to compare
0.6.0-BETA Pre-release
Pre-release

Added

  • SessionTokenFlow which aids migration from legacy Authn APIs.
  • Cache .well-known/openid-configuration results.

Changed

  • Made most of OidcConfiguration internal, use AuthFoundationDefaults for customization.
  • Add extra parameters to the DeviceAuthorizationFlow.
  • Remove the default on Credential.revoke.
  • Expose JwtParser.parse instead of OidcClient.parseJwt.

Fixed

  • Listen for configuration changes in ForegroundActivity.
  • Fix missing slash in SDK version.

0.5.0-BETA

10 May 17:21
0.5.0-BETA
dc0b48b
Compare
Choose a tag to compare
0.5.0-BETA Pre-release
Pre-release

Changed

  • OidcClient.refresh no longer accepts scopes, as they are not used.
  • Changed the way id token validation customization happens.
  • Made scope a string, rather than a set.
  • Renamed metadata to tags.

Fixed

  • Fixed issues with non Chrome browsers.
  • Eagerly error when launching a web based flow when an Activity is backgrounded.
  • Properly support backgrounded internal Activities during web authentication.

0.4.0-BETA

29 Apr 16:59
0.4.0-BETA
9b46a3a
Compare
Choose a tag to compare
0.4.0-BETA Pre-release
Pre-release

[0.4.0-BETA] - 2022-04-25

Added

  • Legacy token migration - migrate tokens from okta-oidc-android, see migrate.md.
  • Consumer proguard rules, allowing R8 including with full mode.
  • Attempt to fix storage/crypto errors automatically.
  • Emit an event when credentials are deleted.
  • Added BOM to project.
  • Added CredentialBootstrap.oidcClient to preserve ease of use.

Changed

  • Credential.oidcClient is now an implementation detail, and not publicly accessible.
  • Minting tokens no longer automatically stores tokens, it's now an explicit action.
  • Renamed CredentialBootstrap.credential to CredentialBootstrap.defaultCredential.

Fixed

  • Fixed an issue where the chrome custom tab would linger after authentication.

0.3.0-BETA

14 Apr 22:32
0.3.0-BETA
c9ebd45
Compare
Choose a tag to compare
0.3.0-BETA Pre-release
Pre-release

Added

  • Added CredentialBootstrap for handling common Credential use cases.
  • Added a tag to OkHttp requests with the associated Credential.

Changed

  • Simplified WebAuthenticationClient to return a Token in a single API call.

Fixed

  • Fixed an issue where a valid issuer might fail validation.
  • Numerous bug fixes and improvements.

0.2.0-BETA

25 Mar 19:55
0.2.0-BETA
53e0b80
Compare
Choose a tag to compare
0.2.0-BETA Pre-release
Pre-release

Added

  • Initial release!