Closed ambientlight closed 3 years ago
The way it was explained to me is that azidentity
is all about acquiring token credentials, so things like shared key are excluded. Also, are all shared key implementations uniform? My limited understanding is no.
For reference, azblob
includes its own SharedKeyCredential
here.
CC @schaabs
Feature Request
In addition to AAD authentication, Azure Maps supports Shared Key Authentication like:
I haven't found such policy in
sdk/azidentity/
. Should something like above (probably with query parameter name also parametrizable) be included in azidentity module, or we should include it alongside our generated clients like in https://github.com/ambientlight/azure-sdk-for-go/commit/878a016305e8b4e2a89206ef5a0595d230bb2bc1 ?