<div dir="ltr"><div><div><div><div><div><div><br></div>Suppose I have a tenant with a name of 'Company1' and with a tentant ID of 1234567.<br><br></div>Are there any readily available middleware extentions which can take the 'Company1' as the tentant identifier in the URL and map it accordingly.<br>
<br></div>My containers would all be globally readable, and I would only need this mapping to take place on the HTTP GET from the world.<br><br>So  my end users would use this URL.<br><br></div><a href="http://www.domain.com/company1/container/object-path/">http://www.domain.com/company1/container/object-path/</a><br>
<br></div>The middleware I suppose would then have to map the above to the below:<br><br><a href="http://www.domain.com/V1/AUTH_1234567/container/object-path/">http://www.domain.com/V1/AUTH_1234567/container/object-path/</a><br>
<br></div><div>Please advise<br><br></div>Thanks!<br></div>