-
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
.
-
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
-
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).
-
Save the
sso_permissions.xml file in the
security directory.
-
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>