Releases: AzureAD/microsoft-authentication-library-for-java
Releases · AzureAD/microsoft-authentication-library-for-java
v1.11.3
v1.11.2
- Updated oauth2-oidc-sdk version to address security vulnerability
- Fixed a bug where acquire token using client assertion failed
v1.11.1
v1.11.0
v1.10.1
- Improved behavior when using regional authorities
- Fix scope override issue in OBO flow
- Update server-side telemetry
- Adjusted logging levels to reduce noise
- Improved HTTP error handling and messaging
- Upgrade oauth2-oidc-sdk dependency 9.4 -> 9.7
- Upgrade httpclient dependency 4.5.9 -> 4.5.13
v1.10.0
- Instance aware support for interactive requests
- Default cache lookup for on-behalf-of and client credential flows
- Cross cloud accounts support
- Using default security provider for client certificate creation
- Upgrades the commons-io dependency 2.6 -> 2.7
- Upgrades the oauth2-oidc-sdk dependency 8.23.1 -> 9.4
- Upgrades the guava dependency 26.0 -> 29.0
v1.9.1
v1.9.0
- Add support for Azure region discovery
- New helper methods in ClaimsRequest class
- Upgrade nimbusds.oauth2-oidc-sdk dependency
v1.8.1
- New ClaimsRequest class to allow ID token claims to be requested as part of any token request
- Fix dependency issue with nimbusds.oauth2.sdk