1.4.0-beta.1 (2021-09-13)
Features Added
- Added support to
ManagedIdentityCredential
for Bridge to Kubernetes local development authentication. - Added regional STS support to client credential types.
- Added the
RegionalAuthority
type, that allows specifying Azure regions. - Added
regionalAuthority()
setter toClientSecretCredentialBuilder
andClientCertificateCredentialBuilder
. - If instead of a region,
RegionalAuthority.AutoDiscoverRegion
is specified as the value forregionalAuthority
, MSAL will be used to attempt to discover the region. - A region can also be specified through the
AZURE_REGIONAL_AUTHORITY_NAME
environment variable.
- Added the
- Added
loginHint()
setter toInteractiveBrowserCredentialBuilder
which allows a username to be pre-selected for interactive logins. - Added support to consume
TenantId
challenges fromTokenRequestContext
. - Added support for AKS Token Exchange support in
ManagedIdentityCredential