<div dir="ltr">I am hosting a multi-tenant cloud application for which I am implementing<div>WebSSO profile.</div><div><br></div><div>User of the application come from distinct domains (X.com, Y.com, etc).</div><div>The cloud service is reachable at distinct FQDNs, each mapping to the </div><div>same service access point. Eg: a user from enterprise X.com would access the service</div><div>as   <a href="https://app.X.com">https://app.X.com</a>   and so forth.</div><div><br></div><div>With a single SP, I want to be able to redirect unauthenticated requests</div><div>to the IdPs of the respective enterprises based on the domain of the requested URL. </div><div>Eg:</div><div><br></div><div>    Unauthenticated request <a href="https://app.X.com">https://app.X.com</a> would be redirected by the SP to IdP <a href="http://idp.X.com">idp.X.com</a>,</div><div>    an unauthenticated request from Y.com would be redirected to <a href="http://idP.Y.com">idP.Y.com</a> </div><div><br></div><div>etc.</div><div><br></div><div>Is this possible with Shibboleth?</div><div><br></div><div>Thanks,</div><div><br></div><div>/Kobe</div></div>