Configuring local security
When you have installed the Archive Manager Explorer on the same machine as your Content Manager, you can implement security.
Procedure
- Open the
Web.Configfile located in the root of the Archive Manager Explorer Web application in a text editor. - In the
<appSettings>section, set theauthorization.methodvalue toCoreServiceto use Content Manager authorization:<add key="authorization.method" value="CoreService"/> - In the
<httpModules>section, make sure theAuthorizationModuleis not commented out:<httpModules> <add name="ArchiveUrlRewriter" type="ArchiveUrlRewriter"/> <add name="AuthorizationModule" type="AuthorizationModule"/> </httpModules> - In the
<appSettings>section of your In theWeb.Configfile, locate the following line and specify the TCM ID of your Archive Manager User Group in the value field. For example:<add key="security.group.uri" value="tcm:0-24-65568"/>Note: For more information on creating an Archive Manager User Group, see Configuring user group access to Archive Manager Explorer. - Save and close
Web.Config. - Configure IIS security settings:
- In IIS, select the Archive Manager Web site and click Properties.
- In the Directory Security tab, click Edit for Authentication and access control. The Authentication Method dialog box opens.
- Set the Authentication Method to Integrated Windows Authentication or Basic Authentication.