Administration Guide > Encryption > Specifying the Authentication Method for the First Time

Specifying the Authentication Method for the First Time

During AE system installation, you can determine the authentication method to be used in your AE system. The utility AE.Load automatically adds the selected option to the variable UC_AS_SETTINGS, key AUTHENTICATION.

Selecting the Authentication Method

UserInterface installation:

Setup installation:

Updating an AE system to version 8.00A or later:

Agent Installation

Agent installation depends on the selected authentication method.

None:

  1. Install the agent with the UserInterface or use the installation guide.
  2. Start the agent.
  3. An Agent object is automatically created in system client 0000.
  4. Log on to system client 0000 and assign the required client authorizations in the agent object if you do not use automatic client assignment.

Server:

  1. Install the agent with the UserInterface or use the installation guide.
  2. Log on to system client 0000 and export the Company Key via the System Overview. Highlight the node for the client 0000 connection in the tree structure and use the context menu command "Export company".


  3. Transport the file containing the Company Key to all agents. 
  4. Enter the path and the name for the Company Key file in the agent's INI-file parameter InitialPackage= (Section [AUTHORIZATION]).
    In the parameter KeyStore=, enter the path and name of the file in which the agent should store the Company Key information.
    You must ensure that both files are stored in a separate protected directory.
  5. Start the agent.
  6. The agent reads the Company Key file and stores the acquired information in the KeyStore file. Then it deletes the original file.
  7. An Agent object is automatically created in system client 0000.
  8. Assign the required client authorizations in the Agent object.
  9. Release the agent in the System Overview using the context menu command "Authenticate Agent".

Server and agent:

  1. Install the agent using the UserInterface or refer to the installation guide.
  2. Log on to system client 0000 and create an Agent object. Its name must be the same as the one defined in the INI-file parameter name= (Section [GLOBAL]) .
  3. Assign the required client authorizations in the Agent object.
    The AE.ApplicationInterface can be used to create Agent objects and assign client authorizations very easily.
  4. Open the System Overview and highlight the agent. Open the context menu command "Export authentication package".
    As of version 11, the action "Export Authentication Package" has been restricted to users in the System client 0. Additionally a user needs the "W" permission for the Agent object to be able to export an authentication package.
  5. Transport the file containing the authentication package to the agent's computer.  
  6. Enter the path to the authentication package file in the agent's INI-file parameter InitialPackage= (Section [AUTHORIZATION]).
    In the parameter KeyStore=, enter the path and name of the file in which the agent should store the information acquired from the authentication package.
    You must ensure that both files are stored in a separate protected directory.
  7. Start the agent.
  8. The agent reads the authentication package file and stores the acquired information in the KeyStore file. Then the agent automatically deletes the authentication package file. 

See also:

Changing the Authentication Method