Skip to content

Releases: AzureAD/azure-activedirectory-library-for-android

Version 1.1.16

17 Mar 20:43
Compare
Choose a tag to compare

Hot fix for catching RuntimeException thrown due to AndroidKeyStore bug, so App won't crash due to keystore got reset

Version 1.1.15

15 Mar 22:08
Compare
Choose a tag to compare

Update check for null to prevent null pointer exception
Update AuthenticationException to extend from Exception instead of RuntimeException
Update for PoliCheck result
Typo update for Challenge

Hot fix Version 1.1.14

07 Mar 19:37
Compare
Choose a tag to compare

Add the support for FamilyClientID
Fix the bug of redirect URI verification for silent request (hot fix)
Refactor the broker usage flag and change the public API for using broker and broker is not used by default
Add the UsageAuthenticationException to handle the errors that the developer might have made in their usage of ADAL
Fix breaking tests

Version 1.1.13

03 Mar 00:42
Compare
Choose a tag to compare

Remove catching generic exceptions and catch only expected ones
Add broker redirect uri verify before talking to broker
Fix for default token cache removing token when there is decryption failure
Remove static class variable for solving decryption problem when two both broker apps are involved

Version 1.1.12

12 Feb 23:20
Compare
Choose a tag to compare

Update cert prompt for TLS request(not responding to TLS request for device authentication)
Update Travis to compile Android 21
Remove warnings for unused code

Version 1.1.11

23 Nov 20:33
Compare
Choose a tag to compare

Fix for reading tenant id, and expiration data from broker return
Add support for authenticating user using client certificate
Update target version to android 5

Version 1.1.10

28 Sep 21:20
Compare
Choose a tag to compare

fix issue #420: pick up device cert based on either cert authority or cert thumbprint

Version 1.1.9

26 Sep 00:24
Compare
Choose a tag to compare

fix issue #388, #407, #408

Version 1.1.7

18 Jun 22:12
Compare
Choose a tag to compare

Fix issue with acquireTokenSilent for new authenticator version.

Version 1.1.6

01 Jun 17:51
Compare
Choose a tag to compare

Fix issue with failing wpj through Azure Authenticator