Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 403 Bytes

Readme.md

File metadata and controls

7 lines (5 loc) · 403 Bytes

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())