Multiple IdP in a singler Server

Andrew Morgan morgan at orst.edu
Thu Jan 12 11:59:25 EST 2017


On Thu, 12 Jan 2017, Raja V, Scientist - B (CS) wrote:

> Hi,
> I would like to install Multiple IdP in a single server. Please tell the
> solution.
> eg.
> single host single IdP:: https://yourhost/idp/shibboleth
>
> I would like to install
> https://yourhost/institute1/idp/shibboleth
> https://yourhost/institute2/idp/shibboleth
> https://yourhost/institute2/idp/shibboleth
>
> Is it possible to configure?

Yes.  We run something like that here in order to have a DEV instance on 
the same host as the PROD instance of the IDP.  We run each instance in a 
separate Tomcat and frontend it with Apache and mod_jk.  Here is a piece 
of our Apache config for it:

         JkMount /idp/* shib-prod
         JkMount /idp-dev/* shib-dev

Let me know if you have any questions.

 	Andy


More information about the users mailing list