You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Exception Improvements (#254)
* Add null checks for MsalException error code references
* Better exception handling for invalid tokens
* Better exception handling for invalid tokens
* Sync with changes to Azure-Samples/ms-identity-java-desktop (#259)
* extra scopes for consent during authorizaion
* typo
* minor
* HTTPClient default timeouts (#264)
* Add default timeouts for DefaultHttpClient
* Handle 'stay signed in' confirmation page in DeviceCodeIT tests
* Small best-practices changes
* append extra scopes as suffix
* 1.6.2 release (#268)
* fixing integ test
* Tenant Profiles (#263)
* Classes for tenant profile functionality
* Implement tenant profile feature
* Tests for tenant profile feature
* Simplify tenant profile class structure
* 1.6.2 release
* Classes for tenant profile redesign
* Tests for tenant profile redesign
* Adjust sample cached ID tokens to have realistic headers
* Redesign how Tenant Pofiles are added to Accounts
* New error code for JWT parse exceptions
* Add claims and tenant profiles fields to Account
* Remove annotation excluding realm field from comparisons
* Use more generic token
* Remove ID token claims field from Account
* Minor changes for clarity
* Adjust tests for tenant profile design refactor
* Refactor tenant profile structure
* Minor fixes
* Minor fixes
* Minor fixes
* Simplify tenant profile class
Co-authored-by: SomkaPe <[email protected]>
* Improve HTTP client timeouts (#275)
* 1.6.2 release (#269)
* 1.6.2 release
* Make DefaultHttpClient timeouts settable
* Refactor timeout names
Co-authored-by: SomkaPe <[email protected]>
* Bewaters certchain (#276)
* Support for certificate chain
* 1.7.0 release (#277)
* Update DefaultHttpClient.java
* Fixed parsing ClientInfo: on some accounts, the server response contained characters that are incorrect for Base64 encoding, but acceptable for Base64URL (#282)
* sendX5c api (#285)
* refactoring (#287)
* refactoring
* refactoring
* refactoring
* Add AcquireTokenSilent tests for B2C and ADFS2019, refactor duplicate code in tests (#293)
* Add public constants for cloud endpoints (#298)
* Add public constants for cloud endpoints
* Add license header
* Added javadocs
* Removed unneeded test
* Make IAccount serializable (#297)
* Make IAccount objects serializable
* Make AuthenticationResult objects not serializable
* Add tenant profile/id claims to auth result (#300)
* Add tenant profile/id claims to auth result
* Minor fix
* treat null password as default one - empty string (#304)
* treat null password as default one - empty string
* Support for refresh_in (#305)
* Support for refresh_in
* Tests for refresh_in
* Add extra null check
* Add test for refreshOn cache persistence
* refresh on is optional field (#312)
* refresh on optional field
* 1.8.0 Release (#313)
1.8.0 release
Co-authored-by: Avery-Dunn <[email protected]>
Co-authored-by: Roman Nosachev <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Quick links:
16
16
The library supports the following Java environments:
17
17
- Java 8 (or higher)
18
18
19
-
Current version - 1.7.1
19
+
Current version - 1.8.0
20
20
21
21
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).
22
22
@@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
0 commit comments