Windows Active Directory / CAS Authentication

  1. Go to the File manager and select the application and open the site_.xconf.
  2.  
  3. Add a property for authenticationserver in /{application}/_site.xconf
    <property name="authenticationserver">server.corp.com</property>
  4. Set the authenticationdomain property in /{application}/_site.xconf
    <property name="authenticationdomain">{company}-domain</property>

    When a user tries to log in to the DAM for the first time, EnterMedia will authenticate against the server. It will create a new user on the fly if needed. By default this user will be in the Guest group and in the User role.
  5. Restart the application.
ActiveDirectoryIntegration_sitexconfadintegration

CAS

  1. You will need to setup Tomcat in a way that will filter web requests
  2.  
  3. Edit this file: /_site.xconf or /emshare/_site.xconf and add
    <property name="oe.usernameinheader">true</property>

  4. You will need to make sure there is a Group called "guest" or add a new default group for users:
    <property name="autologingroup">users</property>

    When a user authenticates against the server it will create a new user on the fly if needed. By default this user will be in the Guest group and in the Guest role. Once a user is created you can give additional groups or roles using the user manager

Note: You may want to also want to edit the _site.xconf to use Admin.autoLoginFromRequest instead of Admin.autoLogin