You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation does not work with Azure Container Registry (ACR). As the REST specification outlines, Microsoft returns the access token using the access_token field instead of a field called token.
The current implementation does not work with Azure Container Registry (ACR). As the REST specification outlines, Microsoft returns the access token using the
access_token
field instead of a field calledtoken
.Ref: https://learn.microsoft.com/en-us/rest/api/containerregistry/access-tokens/get-from-login?view=rest-containerregistry-2019-08-15&tabs=HTTP#get-access-token-with-username-and-password
Allowing deserialization from both fields would allow authentication with Azure Container Registry as well.
The text was updated successfully, but these errors were encountered: