2.1 Prerequisites for a Basic Access Manager Setup

  • Access Manager version of iManager (Access Manager Administration Console) is installed.

  • An Identity Server is installed.

  • An Access Gateway is installed.

  • An LDAP directory store with a test user added. This store can be eDirectory, Active Directory, or Sun ONE.

  • A DNS server or modified host files to resolve DNS names and provide reverse lookups. For information about the host files that need to be modified, see Configuring Name Resolution.

  • A web server (IIS or Apache). The web server must have three directories with three HTML pages. The first directory (public) must contain a page (such as index.html) for public access. This page needs to provide two links:

    • A link to a page in the protected directory. You will configure Access Gateway to require authentication before allowing access to this page. You do not need to configure the web server to protect this page.

    • A link to a page in the basic directory. You must already have configured your web server to require basic authentication before allowing access to this page. See your web server documentation for instructions on setting up basic authentication. (This type of access is optional, but explained because it is fairly common.)

    If you do not have a web server that you can use for this type of access, you might prefer to configure Access Manager for the sample web pages we provide. See Section 2.11, Sample Configuration for Protecting an Application Through Access Manager.

  • A client workstation with a browser with browser pop-ups enabled.