Create/update permissions file

To create/update the permissions file:

  1. Ensure that a directory with the name security exists within the BSE directory of the BaanLogin daemon ($BSE/security).
  2. Create the sso_permissions.xml file as shown in the example section.

    This example sso_permissions.xml file assumes that all involved combinations of System Login and SSO User are pairs of identical strings.

    If the strings within one or more pairs are different, see Advanced topics.

  3. Save the sso_permissions.xml file in the security directory.
  4. 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="*">
      <sso_user name="+"/>
    </impersonation>
  </impersonations>
</SingleSignOn>