Skip to content

Mozu/mozu-dotnet-webtoolkit

Repository files navigation

Mozu Webtoolkit

Version 1.2.4

  1. Update ConfigurationAuthFilter to validate tenant Access
  2. Update ApiAuthFilter to validate requests for the tenantId.To validate the requests pass these two headers x-vol-tenant & x-vol-hmac-sha256 in addition to form & cookie token. hmac can be generated using Mozu.Api.Security.SHA256Generator.GetHash(string.Empty,tenantId.ToString())