When URL path is /client1 the user should be directed to IdP of this client. When URL path is /client2 the user should be directed to IdP of that client etc.
How do I configure this with Shibboleth SP?
I've been reading for example this:
https://wiki.shibboleth.net/confluence/display/SHIB2/DiscoveryService
However, an SP will usually be able to handle users authenticated by multiple IdPs and at that point it has no option but to ask the user to select an IdP
I do not want to ask the user. I want Shibboleth SP to automatically redirect the user to correct IdP based on URL path. How do I do this?