Skip to content

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

Version 1.16.1

06 Feb 01:04
800c896
Compare
Choose a tag to compare

Bugfix : Resolved ADAL/1378
* Fixed a bug where the token is refreshed if Client capabilities are set.
Bugfix: Resolves COMMON/#343
* Fix the discrepancy on idToken claim of Account object in v1.15.1.

DO NOT USE - USE v1.16.1

24 Oct 18:20
06413b0
Compare
Choose a tag to compare

A bug was introduced in this release related to cache behavior. Please use v1.16.1 where that issue was fixed.

  • Added new acquireTokenSilent overloads to supports adding claims parameter.
  • Changes to send app name and app version to auth and token endpoints.
  • Updated common dependency to 0.0.7.

Version 1.15.1-hf1

10 Oct 16:37
c794d82
Compare
Choose a tag to compare

Hotfix release: Picks up changes in common/0.0.4-hf1
Bugfix: Corrects an issue parsing query parameters with null or "" values (ex. CertAuthorities=)
Removes duplicated HashMapExtensions class and associated test class.

Version 1.15.1

25 Sep 20:29
78d12b8
Compare
Choose a tag to compare

Support Sovereign and PPE authority setting in Common.

Version 1.15.0

15 Aug 18:11
db96628
Compare
Choose a tag to compare

• Update Android target and build tools to 27.
• Added support for forceRefresh.
• Support to handle Intune Policy Required errors.
• Added UI Automation Test framework and tests for ADAL.
• Introduced a new submodule 'common' for new unified cache schema and logging.
• Updates to only support AAD w/ unified cache.
• Added build variants : local and dist.
• Refactor broker validation out of the BrokerProxy.
• Changes to delete all tokens with all authority combinations for legacy and common.
• Resiliency fix to not crash the app.
• Fixed a NullPointerException when PromptBehavior is passed as null.
• Fixed NoClassDefFoundException for a dialog layout.
• Updates to README instructions for submodule/common use.
• Remove option for download-as-zip.
• Updated travis.yml for updated build tools.
• Fixed test and duplicated check additional ADFS check where required.
• Updates to reference docs.
• Fix unit test errors. Update checkstyle suppressions.xml.

Version 1.14.1

12 Jul 23:00
df8dcd9
Compare
Choose a tag to compare

(Hotfix) Fix for crash on devices where PRNG fixes is used.

Version 1.14.0

07 Feb 10:02
1c81129
Compare
Choose a tag to compare
  • Add support for GDPR PII/OII Filtering.
  • Add support for Sovereign Cloud.
  • With this release and the corresponding broker release, ADAL Android now supports the guest scenario.
  • Add support to parse any/all challenges served in WWW-Authenticate headers
  • Update the URI query parameter parsing to handle the situation when parsing the key with empty value case.
  • Updated supported Android Studio to 3.0 and Gradle to v3.5.
  • Add API to get the HTTP error response info in AuthenticationException, like http response headers, response body, error code, error description and status code.
  • Fix the utilization of locks in PRNGFixes.
  • Stopped crashing the app if TSL export of token fails.

Version 1.13.3

28 Nov 02:02
6449f32
Compare
Choose a tag to compare
  • (Hotfix) Fix the crash when broker returns null for getIntentForInteractiveRequest

Version 1.13.2

02 Nov 01:13
219edf2
Compare
Choose a tag to compare
  • Add cache update for authority migration. New token will always be written into the preferred cache location.
  • For read, try preferred_cache first, followed by provided authority and aliased authority.
  • Add telemetry to capture x-ms-clitelem header (tracks errors, suberrors, rt age, and SPE ring)
  • Fix the error code issue when communication with broker fails
  • Fix the callback for AT or ATS if bindservice returns false or the service connection
  • Add RC build support on VSTS
  • Update log message related to permission check
  • Fix the NPE in instance discovery for authority validation
  • Add network checking for authority validation
  • Fix for the ArrayIndexOutOfBoundsException when adding event into the arraylist

Version 1.13.1

08 Sep 22:55
Compare
Choose a tag to compare
  1. Add support for handling doze and app standby mode
  2. Add telemetry and log around brokerAccountServiceBinding
  3. revert cache miss fix