You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Joseph L. Casale" <jc...@activenetwerx.com> on 2016/08/19 16:18:08 UTC

[users@httpd] Authentication between multiple virtual hosts

I have a couple sites protected with mod_ldap, the first site emits urls
with query parameters pointing  to the second site. Of course by default
if you have authenticated to both sites this works however that is not the
most convenient as access to the first site is usually what is of interest.

Given both virtual hosts reside on the same apache instance, what options
do I have facilitate sso within the first site so the above scenario works
without first authenticating to the second site?

The first site is a vanilla php app whereas the second site is unfortunately
a python wsgi application.

Thanks,
jlc

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org