I have seen the answer to this question
Setup FreeRadius + ldap + single sign-on
the answer is helpful, but what about Apache case, How to pass the credentials to Apache? or How to configure Apache to accept only users who already authenticated by freeradius?
In details:
I'm authenticating users in the wired network (clients connected to a Nortel switch) using ieee802.1x and freeradius,it worked will, but when a user ask for an authorized web page it will ask him for the credentials for the second time:
Is there a way to configure freeRADIUS and Apache to let the authorized users using 802.1x to get the web pages (which needs authentication) without asking them to type it for a second time (something like single sign on)? In short words can we pass the credentials from freeradius to Apache? Is there any tutorials that will help me in freeRADIUS website?