Skip to content

Commit

Permalink
add auxiliary auth header
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinaperalta committed Jul 28, 2021
1 parent 7f385cc commit 6f2b811
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions sdk/azidentity/azidentity.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ const (
)

const (
headerXmsDate = "x-ms-date"
headerUserAgent = "User-Agent"
headerURLEncoded = "application/x-www-form-urlencoded"
headerAuthorization = "Authorization"
headerMetadata = "Metadata"
headerContentType = "Content-Type"
headerXmsDate = "x-ms-date"
headerUserAgent = "User-Agent"
headerURLEncoded = "application/x-www-form-urlencoded"
headerAuthorization = "Authorization"
headerAuxiliaryAuthorization = "x-ms-authorization-auxiliary"
headerMetadata = "Metadata"
headerContentType = "Content-Type"
)

const tenantIDValidationErr = "Invalid tenantID provided. You can locate your tenantID by following the instructions listed here: https://docs.microsoft.com/partner-center/find-ids-and-domain-names."
Expand Down

0 comments on commit 6f2b811

Please sign in to comment.