Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
d96e9de
Exception Improvements (#254)
Avery-Dunn Jun 30, 2020
cf659cd
Sync with changes to Azure-Samples/ms-identity-java-desktop (#259)
Avery-Dunn Jul 7, 2020
7ce8bd3
extra scopes for consent during authorizaion
SomkaPe Aug 4, 2020
d08a5ba
typo
SomkaPe Aug 4, 2020
538006b
minor
SomkaPe Aug 4, 2020
f7f85f3
HTTPClient default timeouts (#264)
Avery-Dunn Aug 11, 2020
22cb8a0
append extra scopes as suffix
SomkaPe Aug 17, 2020
7213c0c
Merge pull request #266 from AzureAD/pesomka/extra_scopes
SomkaPe Aug 17, 2020
3a0f636
1.6.2 release (#268)
SomkaPe Aug 17, 2020
fce61b2
fixing integ test
SomkaPe Aug 18, 2020
0b20b14
Tenant Profiles (#263)
Avery-Dunn Aug 31, 2020
70547a5
Improve HTTP client timeouts (#275)
Avery-Dunn Sep 2, 2020
4fa0dbb
Bewaters certchain (#276)
SomkaPe Sep 6, 2020
9c9ab9c
1.7.0 release (#277)
SomkaPe Sep 7, 2020
21cd725
Merge branch 'master' into dev
SomkaPe Sep 7, 2020
9520082
Update DefaultHttpClient.java
SomkaPe Sep 7, 2020
cf9c1a4
Merge branch 'master' into dev
SomkaPe Sep 7, 2020
3b19c13
Fixed parsing ClientInfo: on some accounts, the server response conta…
RomanNosachov Sep 15, 2020
14fc8ae
sendX5c api (#285)
SomkaPe Sep 28, 2020
9fa6b47
refactoring (#287)
SomkaPe Sep 28, 2020
81a2df3
refactoring
SomkaPe Sep 28, 2020
770a07a
refactoring
SomkaPe Sep 28, 2020
db1a299
refactoring
SomkaPe Sep 28, 2020
df65b5c
Add AcquireTokenSilent tests for B2C and ADFS2019, refactor duplicate…
Avery-Dunn Oct 2, 2020
623500a
Add public constants for cloud endpoints (#298)
Avery-Dunn Oct 13, 2020
1afe03e
Make IAccount serializable (#297)
Avery-Dunn Oct 13, 2020
337d9c8
Add tenant profile/id claims to auth result (#300)
Avery-Dunn Oct 20, 2020
09bd165
treat null password as default one - empty string (#304)
SomkaPe Oct 22, 2020
b447f9e
Support for refresh_in (#305)
Avery-Dunn Oct 27, 2020
8cf7abb
refresh on is optional field (#312)
SomkaPe Oct 29, 2020
ce23678
1.8.0 Release (#313)
Avery-Dunn Oct 29, 2020
aec1cd0
Merge branch 'master' into dev
SomkaPe Oct 29, 2020
f0eec25
Fix spelling mistake in Prompt.java
Dec 4, 2020
7d94eed
Remove use of Nimbus Oauth2 SDK's CommonContentTypes (#322)
Avery-Dunn Dec 7, 2020
2e2d1f2
Merge pull request #325 from AzureAD/sagonzal/fixSpelling
sangonzal Dec 9, 2020
383c0fc
Support for claims request parameter (#315)
Avery-Dunn Dec 10, 2020
196c6dd
1.8.1 release (#326)
Avery-Dunn Dec 10, 2020
4715fcd
Merge branch 'master' into dev
Avery-Dunn Dec 11, 2020
0ff5b66
Add missing check when creating tenant profile (#331)
Avery-Dunn Dec 31, 2020
b560a34
Update lab API urls
Jan 4, 2021
d7e1c4f
Release pointing to the main branch
henrik-me Jan 15, 2021
db43c66
Merge pull request #340 from AzureAD/sagonzal/update-lab-url
sangonzal Jan 19, 2021
a9d3ad3
Region discovery support (#343)
Avery-Dunn Jan 30, 2021
12b876d
Upgrade oauth2-oidc-sdk version (#345)
Avery-Dunn Jan 30, 2021
e644169
Add String-to-ClaimsRequest helper method (#344)
Avery-Dunn Feb 1, 2021
7633d01
1.9.0 release (#346)
Avery-Dunn Feb 2, 2021
5c54939
Merge branch 'master' into dev
Avery-Dunn Feb 2, 2021
f07d44b
Update com.fasterxml.jackson.core:jackson-databind to 2.12.1
Feb 12, 2021
e27bf52
Update README.md
sangonzal Feb 12, 2021
b59894c
Merge pull request #351 from AzureAD/sagonzal/updateJacksonDependency
sangonzal Feb 12, 2021
a08bc90
Release 1.9.1
Feb 12, 2021
cebf7c7
Merge pull request #352 from AzureAD/sagonzal/release1.9.1
sangonzal Feb 12, 2021
de432a6
Merge branch 'main' into dev
sangonzal Feb 12, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Microsoft Authentication Library (MSAL) for Java

`master` branch | `dev` branch | Reference Docs
`main` branch | `dev` branch | Reference Docs
--------------------|-----------------|---------------
[![Build status](https://identitydivision.visualstudio.com/IDDP/_apis/build/status/CI/Java/MSAL%20Java%20CI%20Build?branchName=main)](https://identitydivision.visualstudio.com/IDDP/_build/latest?definitionId=762) | [![Build status](https://identitydivision.visualstudio.com/IDDP/_apis/build/status/CI/Java/MSAL%20Java%20CI%20Build?branchName=dev)](https://identitydivision.visualstudio.com/IDDP/_build/latest?definitionId=762)| [![Javadocs](http://javadoc.io/badge/com.microsoft.azure/msal4j.svg)](http://javadoc.io/doc/com.microsoft.azure/msal4j)

Expand All @@ -16,7 +16,7 @@ Quick links:
The library supports the following Java environments:
- Java 8 (or higher)

Current version - 1.9.0
Current version - 1.9.1

You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt).

Expand All @@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</dependency>
```
### Gradle

```
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.9.0'
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.9.1'
```

## Usage
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.9.1
=============
- Update com.fasterxml.jackson.core.jackson-databind to 2.12.1

Version 1.9.0
=============
- Add support for Azure region discovery to keep token traffic regional when possible
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
<packaging>jar</packaging>
<name>msal4j</name>
<description>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.1</version>
<version>2.12.1</version>
</dependency>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion src/samples/msal-b2c-web-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/samples/msal-obo-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/samples/msal-web-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
Expand Down