azure-identity_1.2.0-beta.2
Pre-release
Pre-release
1.2.0-beta.2 (2020-10-06)
New Features
- Added the methods
pfxCertificate(InputStream certificate, String clientCertificatePassword)
andpemCertificate(InputStream certificate)
inClientCertificateCredentialBuilder
. - Added
includeX5c(boolean)
method inClientCertificateCredentialBuilder
to enable subject name / issuer based authentication. - Added a default
challengeConsumer
inDeviceCodeCredentialBuilder
which prints the device code information to console. ThechallengeConsumer
configuration is no longer required inDeviceCodeCredentialBuilder
.
Dependency Updates
- Upgraded
azure-core
dependency to 1.9.0 - Upgraded
jna-platform
dependency to 5.6.0 - Upgraded
msal4j
dependency to 1.7.1