Link to home
Start Free TrialLog in
Avatar of dkim18
dkim18

asked on

Windows Authentication again security group on Active Directory?

Hi,

I am trying to set up a windows authentication asp.net app which authenticates users against a security group on active directory.

1) Do I need to implement the LDAPAuthentication?
or can I just use IsMemberOf("YOURDOMAIN\YourApp Admins") ?

2) Also what are differences on security group on organizational and security group on Group Manager on Active Directory?
My admin folks seem to use them both when they create me security groups.



ASKER CERTIFIED SOLUTION
Avatar of JayFromPep
JayFromPep
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dkim18
dkim18

ASKER

I read that article too but I am still at lost.
That article is using form authen with AD.

I would like to ask windows authen using AD.
I read some where that I can just do this, IsMemberOf("YOURDOMAIN\YourApp Admins").

1) My questions are do I need to implement what you saw me or can I just do the IsMememberof()?

2) Also how do I check against my security group? This example uses just domain name. There are 1oo security groups and I want to use one of groups to authenticate.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kumaraswamy R
This question has been classified as abandoned and is being closed as part of the Cleanup Program.  See my comment at the end of the question for more details.