I'm trying to use Active Directory for authentication and authorization purposes in a Web application.
Using the information in the learning object : "http://www.webratio.com/learn/learningobject/how-to-enable-single-sign-on"
I was able to set the username (get_remote_user) with information retrieved from active directory.
For authorization purposes I also need to get the information regarding user's role configured in Active Directory.
Can someone tell me how to do this?
Thanks