Releases: AzureAD/microsoft-authentication-library-for-java
Releases · AzureAD/microsoft-authentication-library-for-java
v1.7.1
- sendX5c API added to IConfidentialClientApplication to specify if the x5c claim
(public key of the certificate) should be sent to the STS.
Default value is true.
v1.7.0
- Tenant profiles added to IAccount
- Support of certificate chain
- Api to set connect and read timeouts for default http client
v1.6.2
- Fix for "NullPointerException during accessing B2C authority aliases"
- Adding extraScopesToConsent parameter to AuthorizationRequestUrlParameters builder.
Can be used to request the end user to consent upfront,
in addition to scopes which the application is requesting access to
v1.6.1
- Compatibility with json-smart [1.3.1 - 2.3]
v1.6.0
- Client capabilities support
- Enable device code flow for ADFS2019
- Fix dependency issues with jackson 2.6.7 and json-smart 1.3.1
v1.5.0
- Support of server side throttling instructions
- Rebuild client assertion when expired
- Update nimbus SDK version from 6.5 to 7.4
- Validation of Authority path segments
v1.4.0
- Added acquire token interactive API, using system default browser. Read more here.
- Added authorization code url builder
- Added OSGi support via bnd-maven-plugin
- Added server-side telemetry support
v1.3.0
- Added option to pass in AAD instance discovery data
- Removed runtime dependency on commons-codec.commons-codec, org.apache.commons.commons-text, org.apache.httpcomponents.httpclient, com.google.code.gson
- Added runtime dependency on com.fasterxml.jackson.databind
v1.2.0
- Added support for ADFS 2019
- Added option to add application name and version for telemetry
- Bug fix: support for ClientCredential on Windows for JDK12+ #128
v1.1.0
- Added support for configuring HTTP client