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: How to enable sso on apache 2.4 on wamp ?
Author
help53



Joined: 20 Jul 2016
Posts: 2

PostPosted: Wed 20 Jul '16 11:25    Post subject: How to enable sso on apache 2.4 on wamp ? Reply with quote



Last edited by help53 on Fri 22 Jul '16 8:46; edited 1 time in total
Back to top
James Blond
Moderator


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

PostPosted: Fri 22 Jul '16 0:25    Post subject: Reply with quote

SSO on which platform. Aginst which service?
Back to top
help53



Joined: 20 Jul 2016
Posts: 2

PostPosted: Fri 22 Jul '16 8:53    Post subject: SSO on apache 2.4 Reply with quote

Hello,

i am using apache 2.4.17 and i need to enable SSO or authentification against AD. Actually i ve developped an internal website containing an admin menu. Currently the admin needs login and password to be able to use the menu.

My intership supervisor wants me to do authentication against Windows credential (he wants to delete the usage of login and password as users complains about it).

Everybody in my company has its own Windows account so i would like to display the admin menu only when the user defined as admin in my AD access to the website.

He told me there is an apache module that does that.

I searched through the net and found the module
http://sourceforge.net/projects/mod-auth-sspi
but this doesnt work with Apache v2.4.
I found this module
https://www.apachehaus.net/modules/mod_authnz_sspi/
that is supposed to work with apache 2.4 but i can't get it work .

Then i searched ntlm and ldap modules but i really don't understand how to use it.


Please do you know how can i get SSO enabled ? I am very much new to programming and specially Apache and the modules.

I saw that you replied in details to others so plz help me, at this point i am very desperate.

thanks,
awaiting for you reply.
Back to top
James Blond
Moderator


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

PostPosted: Mon 01 Aug '16 15:35    Post subject: Reply with quote

There is https://github.com/YvesR/mod_authn_ntlm/
Which workls fine against AD.
more regular mod_authnz_ldap + mod_ldap
Back to top


Reply to topic   Topic: How to enable sso on apache 2.4 on wamp ? View previous topic :: View next topic
Post new topic   Forum Index -> Apache