Skip to content

Releases: gobeyondidentity/bi-sdk-android

2.1.1

25 Jun 19:06

Choose a tag to compare

Fixed

  • Updated dependencies to address vulnerable transitive dependencies.

2.1.0

21 Mar 18:38

Choose a tag to compare

Added

  • New attribute passkeyId has been added to the Passkey model. This ID matches the cloud ID found in the console.
  • Added support for gov

Changed

  • Update authentication flow to improve performance, stability, and security

2.0.1

28 Sep 19:36

Choose a tag to compare

Added

  • New function getAuthenticationContext to retrieve authentication parameters for the ongoing transaction.
  • New function authenticateOtp to enable authentication with a one time password.
  • New function redeemOtp to enable redeeming a one time password.

2.0.0

07 Feb 17:52

Choose a tag to compare

Changed

  • Rename instances of Credential to Passkey
  • Update example app to authenticate with Beyond Identity by using Invocation Type manual
  • Nest tenantId, realmId, and identityId under appropriate objects in the Credential
  • Update support links in the example app

Fixed

  • In the example app, if there is no internet connection, an error will be displayed
  • Scheme without a path is now recognized as a valid URL when binding a credential

1.0.2

22 Sep 20:45

Choose a tag to compare

Added

  • New attributes to the Credential model. Tenant now has a displayName and Identity contains a primaryEmailAddress.

Changed

  • Replaced existing authenticate function with one that now takes two arguments, urland credentialID. This is now inline with how consumers of the SDK have been using this function.