melissa820
05-08-2006, 03:46 PM
Authentication & Authorization using Active Directory Groups
Is this possible?
I made a web application and I just want a certain active directory group to be able to access it.
I tried this but it didn't work:
<authorization>
<allow users="MYGROUP" />
<deny users="*"/>
</authorization>
Also this didn't work:
<authorization>
<allow roles="MYGROUP" />
<deny users="*"/>
</authorization>
Any ideas??
Is this possible?
I made a web application and I just want a certain active directory group to be able to access it.
I tried this but it didn't work:
<authorization>
<allow users="MYGROUP" />
<deny users="*"/>
</authorization>
Also this didn't work:
<authorization>
<allow roles="MYGROUP" />
<deny users="*"/>
</authorization>
Any ideas??