Does anyone know if it is possible to do an LDAP lookup for a users roles and pass these to the backend server in an HTTP header?
So I have configured user authentication and basic authorization (checking the user is in a particular LDAP group using require ldap-group) but would like to pass the users group information to the backend application server.
Any pointers appreciated!
Many thanks
sniper