logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: authenticate from other web server
Author
sailor



Joined: 17 Apr 2015
Posts: 79
Location: US

PostPosted: Wed 01 Nov '23 17:01    Post subject: authenticate from other web server Reply with quote

We are working on setting up a new domain and web server on a new VM. Users are authenticated via ldap. There will be a link on the existing server to this new domain.

Is there a way on this new domain and server to authenticate them from the prior link? Or is there a way to use ldap to authenticate again to post data to some html file to allow them in (i.e. so they don't get that enter user and password popup)?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 02 Nov '23 10:40    Post subject: Reply with quote

If the two servers have shared storage and a domain-shared cookie and run the same application it is possible.
Maybe you can also an URL query to authenticate.
Back to top
sailor



Joined: 17 Apr 2015
Posts: 79
Location: US

PostPosted: Fri 03 Nov '23 14:50    Post subject: Reply with quote

It sounds like Shibboleth will work. I guess the modules are compatible?
Back to top


Reply to topic   Topic: authenticate from other web server View previous topic :: View next topic
Post new topic   Forum Index -> Apache