Basically, what I'm trying to do, I have an ASP.Net web application that uses authentication with special code to associate it with ActiveDirectory (very similar to this one works).
However, whenever I request a domain controller for user groups, it returns only the groups in which they are explicitly located, and not subgroups (for example, there is a specific security group to which the user belongs, for example group A, a group member, which I want, say, group B, the user is explicitly in group A, but only implicitly in group B, because group A is a member of group B).
I read a tokenGroups request that could help me here, but I currently have no way to analyze this data.
However, it would be most preferable if I could transfer certain groups by LDAP request and have a domain controller, just give me a boolean value (true / false) if this user is in this group or not.
Any suggestions?
Tyler
source share