Optional: Configuring Kiosk Mode

Applies To: Forefront Identity Manager Certificate Management

For FIM CM to work properly on kiosks, you must perform some manual configuration.

To Enable Kiosk Mode

  1. Enable Anonymous Authentication for the CertificateManagement virtual directory in IIS.

  2. Ensure the Anonymous IIS user account has the FIM CM Enroll extended permission on the relevant profile templates for temporary smart card enrollment.

  3. Edit the Web.config file by adding the following values. The default location for the Web.config file is ...\< Program> Files\Microsoft Forefront Identity Manager\2010\Certificate Management\web\web.config.

    <location path="scripts/microsoft"> <system.web> <identity impersonate="true"/> <authorization> <allow users="*"/> </authorization> </system.web></location><location path="infragistics"> <system.web> <identity impersonate="true"/> <authorization> <allow users="*"/> </authorization> </system.web></location><location path="content/common/help"> <system.web> <identity impersonate="true"/> <authorization> <allow users="*"/> </authorization> </system.web></location>

Previous topic

Allow the CA to Access the FIM CM Database

Next topic

Configuring the CA for FIM CM

See Also

Concepts

Installing and Configuring FIM CM Infrastructure