Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit b8bdedf

Browse files
authored
Merge pull request #308 from AzureAD/dev
1.6.7 release
2 parents 75610d7 + 72dd774 commit b8bdedf

12 files changed

Lines changed: 432 additions & 412 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This library, ADAL for Java, will no longer receive new feature improvements. In
1919
--------------------|-----------------|---------------
2020
[![Build Status](https://identitydivision.visualstudio.com/_apis/public/build/definitions/a7934fdd-dcde-4492-a406-7fad6ac00e17/591/badge?branchName=master)](https://identitydivision.visualstudio.com/IDDP/IDDP%20Team/_build/index?definitionId=591) | [![Build Status](https://identitydivision.visualstudio.com/_apis/public/build/definitions/a7934fdd-dcde-4492-a406-7fad6ac00e17/591/badge?branchName=dev)](https://identitydivision.visualstudio.com/IDDP/IDDP%20Team/_build/index?definitionId=591) | [![Javadocs](http://javadoc.io/badge/com.microsoft.azure/adal4j.svg)](http://javadoc.io/doc/com.microsoft.azure/adal4j)
2121

22-
|[Getting Started](https://github.com/AzureAD/azure-activedirectory-library-for-java/wiki)| [Docs](https://aka.ms/aaddev)| [Samples](https://github.com/AzureAD/azure-activedirectory-library-for-java/wiki/Code-samples)| [Support](README.md#community-help-and-support)
23-
| --- | --- | --- | --- |
22+
|[Getting Started](https://github.com/AzureAD/azure-activedirectory-library-for-java/wiki)| [Docs](https://aka.ms/aaddev)| [Samples](https://github.com/AzureAD/azure-activedirectory-library-for-java/wiki/Code-samples)| [Support](README.md#community-help-and-support) | [Feedback](https://forms.office.com/r/MwHcRFtgtq) |
23+
| --- | --- | --- | --- | --- |
2424

2525
The ADAL for Java library enables Java applications to authenticate with Azure AD and get tokens to access Azure AD protected web resources.
2626

@@ -37,9 +37,10 @@ ADAL4J is in maintenance mode and no new features will be added going forward ex
3737
You can find the steps for installation and basic usage documented in the [ADAL4J Basics Wiki](https://github.com/AzureAD/azure-activedirectory-library-for-java/wiki/ADAL4J-Basics).
3838

3939
## Versions
40-
Current version - 1.6.6
4140

42-
Minimum recommended version - 1.6.6
41+
Current version - 1.6.7
42+
43+
Minimum recommended version - 1.6.7
4344

4445
From version 1.3.0 support for handling Conditional Access claims challenge was added. You can read about CA [here](https://go.microsoft.com/fwlink/?linkid=855860) and refer this [sample](https://github.com/AzureAD/azure-activedirectory-library-for-java/tree/dev/src/samples/web-app-samples-for-adal4j) to handle it.
4546

@@ -64,6 +65,9 @@ We leverage [Stack Overflow](http://stackoverflow.com/) to work with the communi
6465

6566
We recommend you use the "adal" tag so we can see it! Here is the latest Q&A on Stack Overflow for ADAL: [http://stackoverflow.com/questions/tagged/adal](http://stackoverflow.com/questions/tagged/adal)
6667

68+
## Submit Feedback
69+
We'd like your thoughts on this library. Please complete [this short survey.](https://forms.office.com/r/MwHcRFtgtq)
70+
6771
## Security Reporting
6872

6973
If you find a security issue with our libraries or services please report it to [secure@microsoft.com](mailto:secure@microsoft.com) with as much detail as possible. Your submission may be eligible for a bounty through the [Microsoft Bounty](http://aka.ms/bugbounty) program. Please do not post security issues to GitHub Issues or any other public site. We will contact you shortly upon receiving the information. We encourage you to get notifications of when security incidents occur by visiting [this page](https://technet.microsoft.com/en-us/security/dd252948) and subscribing to Security Advisory Alerts.

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.6.7
2+
=============
3+
- updated oauth2-oidc-sdk to 9.4
4+
15
Version 1.6.6
26
=============
37
- updated oauth2-oidc-sdk to 7.4

0 commit comments

Comments
 (0)