I have an ADFS 3 configuration consisting of two ADFS 3 servers with a trust. The internal ADFS server has a relying party set up and the external has a claims provider setup. When I am directed (from the web app) to the external it shows both realms as it should and which ever I select and login works fine. My question is how can I set the claims provider in the URL of the web application for the internal realm.
www.webapp.com = automatically select the external claims provider and go directly to the ADFS login page for the external claims provider
www.webapp.com/internal = automatically select the internal claims provider and go directly to the ADFS login page for the internal claims provider
Any assistance appreciated