Create/update permissions file

  1. Ensure that a directory with the name security exists within the BSE directory of the ES Logic Service. You can find the BSE path under Start > Administrative Tools > Services > ES Logic Services > Properties.
  2. Assume the path to the ES Logic Service executable is: C:\Infor\ERPLN\commonx64\bin\rexecd.exe

    Then the path of the security directory must be:

    C:\Infor\ERPLN\commonx64\security

  3. Use the Windows Domain and Generic System User as specified in the SSO parameters session, to create the sso_permissions.xml file as shown in the example (replace ‘domain’ and ‘username’ with the actual values).
  4. Save the sso_permissions.xml file in the security directory.
  5. To avoid unauthorized changes or deletions, ensure that the sso_permissions.xml file and the containing directories are sufficiently secure.

Example

<?xml version="1.0"?>
<SingleSignOn>
  <impersonations sso_location="STS">
    <impersonation os_user="domain\username">
      <sso_user name="*"/>
    </impersonation>
  </impersonations>
</SingleSignOn>