Version 1.2.4
- Update ConfigurationAuthFilter to validate tenant Access
- 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())