T
tyler.lloyd
Hi,
I have a web application that requires the lookup of group memberships.
I'm currently using the WindowsPrincipal.isinrole, which has been
working great, however I now have to extend the application to support
multiple (3) forests. It seems from initial testing that the
WindowsIdentity token does not contain \ validate cross-forest
memberships as all the checks are coming back negative. I'm a little
worried as the only other option I can think of is directly binding to
those remote groups and searching their members list (Plus the nested
groups?). This could be quite time consuming, as there are easily 20
groups per Forest. Is there another way I can go about this? Any help
would be most appreciated.
Thanks
Tyler
I have a web application that requires the lookup of group memberships.
I'm currently using the WindowsPrincipal.isinrole, which has been
working great, however I now have to extend the application to support
multiple (3) forests. It seems from initial testing that the
WindowsIdentity token does not contain \ validate cross-forest
memberships as all the checks are coming back negative. I'm a little
worried as the only other option I can think of is directly binding to
those remote groups and searching their members list (Plus the nested
groups?). This could be quite time consuming, as there are easily 20
groups per Forest. Is there another way I can go about this? Any help
would be most appreciated.
Thanks
Tyler