Skip to content

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

broker redirectUri format change

24 Oct 05:20
Compare
Choose a tag to compare

Change broker redirectUri requirement to msauth://packagename/

Broker update for Company portal

22 Oct 18:45
Compare
Choose a tag to compare

Intune specific fix: Rollback logic for connecting to authenticator
Add version to logs
Jar files will be available at Maven

Update for broker changes

03 Oct 17:26
Compare
Choose a tag to compare

Broker needs to linked to signature and related packagename will come from AuthenticatorDescription.
Spinner fix at activity
Clean unnecessary icons

Maven release will be available here: http://search.maven.org/#artifactdetails%7Ccom.microsoft.aad%7Cadal%7C1.0.3%7Caar

Bug fixes

08 Sep 22:17
Compare
Choose a tag to compare

Update response handling for refresh token request.
Update signature for ssp app
Maven repo: http://search.maven.org/#artifactdetails%7Ccom.microsoft.aad%7Cadal%7C1.0.2%7Caar
Signed Jar file with resources are attached.

Bug fixes

22 Aug 23:28
Compare
Choose a tag to compare

AndroidKeyStore related fix
ExpirationTime buffer for token expiration similar to adal.ios
Opening an external link
Cache fix
Shared default cache
maven repo: http://search.maven.org/#artifactdetails%7Ccom.microsoft.aad%7Cadal%7C1.0.1%7Caar

V1.0 release

12 Jul 00:10
Compare
Choose a tag to compare

Important Updates:
1- Support for the Microsoft Azure AD Authenticator plug-in for Android, which will be released soon!
2- acquireTokenSilent for token request without activity
3- Idtoken exposure
4- Encryption update to allow usage of user defined key for all versions of SDK
5- Password expire notification in idtoken
6- Bug fixes

You can get binaries from http://search.maven.org/
Microsoft Code signed binaries are also attached.

ADAL Android Preview

24 Jun 22:23
Compare
Choose a tag to compare
ADAL Android Preview Pre-release
Pre-release

Update Groupid: com.microsoft.aad
Update folder for src
Fix AuthenticationActivity layout file for KitKat

Maven release will be

com.microsoft.aad
adal
0.7

ADAL Android Preview

15 Apr 13:37
Compare
Choose a tag to compare
ADAL Android Preview Pre-release
Pre-release

Maven release

<dependency>
    <groupId>com.microsoftopentechnologies</groupId>
    <artifactId>adal</artifactId>
    <version>0.6-alpha</version>
</dependency>

ADAL Android Preview

21 Jan 08:25
Compare
Choose a tag to compare
ADAL Android Preview Pre-release
Pre-release

Features:
Azure Active Directory Library to get token, refresh token and use multi Resource Refresh tokens. Built-in persistence cache handles the refresh requests.

Please read the Readme file to get started. It uses Activity to launch prompt screen.

Cache is encrypted and uses AndroidKeyStore for API 4.3 and above. Apps targeting below 4.3 needs to set the keyinfo at AuthenticationSettings to use the encryption.