Releases: AzureAD/microsoft-authentication-library-for-java
Releases · AzureAD/microsoft-authentication-library-for-java
v1.18.0
What's Changed
New Contributors
v1.17.3
- Correctly set buffer for expired tokens (#875)
- Bump commons-io dependency from 2.7 to 2.14.0 (#871)
v1.17.2
- Make ManagedIdentityApplication.getManagedIdentitySource static (#864)
v1.17.1
- Fix 'refresh on' value calculation in Managed Identity flows (#858)
- Bump nimbusds-oauth2-oidc-sdk version (#859)
v1.17.0
- Add object ID option for Managed Identity (#854)
- Add support for custom authorities (#851)
- Fix bug where claims did not cause cache to be skipped (#811)
v1.16.2
- Use SHA256 thumbprints in non-ADFS cert flows (#840)
- Reduce logging level of cache miss messages (#844)
- Make ManagedIdentitySourceType enum public (#845)
v1.16.1
- Add missing refreshOn metadata (#838)
v1.16.0
- Fix breaking API changes introduced in v1.15.0 (#828)
- Expose refreshOn parameter in AuthenticationResultMetadata (#829)
v1.15.1
- Fix to correctly use custom SSLSocketFactory (#821)
- Add public API to determine the Managed Identity environment (#823)
v1.15.0
- GA support for Azure managed identity scenarios
- Support managed identities in Azure Functions, App Service, IMDS (#661)
- Support MI in Cloud Shell (#713)
- Support MI in Service Fabric (#729)
- Support MI in Azure Arc (#730)
- Adjust loopback address binding in interactive flow by @crimsonvspurple (#797)