Windows Active Directory / CAS Authentication
- Go to the File manager and select the application and open the site_.xconf.
- Add a property for authenticationserver in /{application}/_site.xconf
<property name="authenticationserver">server.corp.com</property>
- 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. - Restart the application.

CAS
- You will need to setup Tomcat in a way that will filter web requests
- Edit this file: /_site.xconf or /emshare/_site.xconf and add
<property name="oe.usernameinheader">true</property>
- 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
Active Directory
LDAP
SSO
Windows