This topic is locked

AD Secirity Group

8/13/2016 10:27:01 AM
Suggestions
jadach authorDevClub member

Add functionality to the designer UI in the security section to be able to add an Active Directory Security Group so that when I select active directory for my security and select Login automatically I could add a security group to the web.config file.
Currently, I am editing the web.config file by adding something like this:
<authentication mode="Windows" />

<authorization>

<allow roles="Domain\ADSecurityGroup" />

<deny users="*" />

</authorization>
My fear is I need to remember to NOT upload the newly generated config file once I do updates (full build) as that authorization section will be removed. This is really important when dealing with sensitive information.
Thanks