* J B. <
elj...@gmail.com> [2013-05-17 11:02]:
> I need to implement SSO for all my apps using samplesaml against the same
> IdP. My question is, I need an instance of simplesamlphp for each
> applications? Thats mean, one installation of simplesaml for app1, one
> installation of simplesaml for app2.
Each will be a seperate logical SP so having completely seperate
installs (with their own config and credentials) would be the basic
thing to do.
Others may have been able to use a single installation (so there's no
redundant code laying around, to be kept up to date several times) and
just seperate the config and cerdentials.
If vhosting with SSP isn't part of the documentation (I'm not aware it
is) that might make for a good addition. Maybe someone can share
recipies.
-peter