# Version 9.1.219.3 (Support Release - 30 March 2026)

#### **Identity and Authorisation**

##### Allow http to https redirect to be forced on multiple domains (#147214)

**Problem**

- Current HTTP to HTTPS redirect is only allowed on one domain, but clients with more than one domain behind a load balancer require this

**Solution**

- Rather use a list of domains to verify against

---

#### **Imports**

##### Improve performance of user validation report (#145548)

**Problem**

- Compare map data between the current data and the new data sources, a lot of memory
- The data is fetched from the account, and the job profiler is slow for a large number of users
- When the generated file is more than 30MB, it cannot be sent to the content management for storage

**Solution**

- Implement Hash sets in the compare data method
- Implement streaming of Data from the account and job profiler for comparison
- The dictionary of results to MVC
- The Excel document for content management

---