oauth
setDefaultScopes
to empty slice of string.
- Add logging of the authentication test request as a
curl
string. (7be00ce)
- Ensure
CommandAPIPath
is always trimmed of any leading or trailing/
. (45023c9)
- Bump Go version to
1.23
. (9e62e2a)
oauth2
client now correctly sets thescopes
andaudience
fields when invoked with explicit values.core
when passing a string for CA certificate check if.TLSClientConfig.RootCAs
is nil and create a newCertPool
if it is.
- Update
stretchr/testify
tov1.10.0
- Update
AzureAD/microsoft-authentication-library-for-go
tov1.3.2
- Update
x/crypto
tov0.30.0
- Update
x/net
tov0.32.0
- Update
x/sys
tov0.28.0
- Update
x/text
tov0.21.0
- Support for sourcing client config files from Azure Key Vault
- Support for
BasicAuth
client config - Support for
OAuth2
client config - Support for Keyfactor client config file with
BasicAuth
andOAuth2
client config(s)