There are several options depending on your needs:
Windows active directory
-
authenticationserver in /emshare/_site.xconf
<property name="authenticationserver">server.corp.com</property> -
Optionally set the authenticationdomain property in /emshare/_site.xconf
<property name="authenticationdomain">ABC</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.
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
- You may want to use Admin.autoLoginFromRequest instead of Admin.autoLogin
EM 8 Knowledge base
Welcome to the EnterMedia 8 Knowledge Base! Here you will find information about working with and developing on the EnterMedia 8 platform.
General Information
- EnterMedia 8.10R1 Release Notes
- EnterMedia 8.9R1 Release Notes
- EnterMedia 8.8.2 Release Notes
- EnterMedia 8.7 Release Notes
- EnterMedia 8.6 Release Notes
- EnterMedia 8.5.2 Release Notes
Setup
- CentOS Installer
- VirtualBox Evaluation Setup
- Defining Roles
- Users And Groups
- Application Libraries
- Hot Folders
- Managing Metadata - Categories
- Managing Metadata - Fields
- Managing Metadata - Views & Asset Types
- Managing Metadata - Data Views
- Watermarking
- User Importing
- Creating Cascading Lists
- GIT Hot Folders
- Setup OE Mounts
- Authentication Options
- ImageMagick
- Site Root
- SMTP Email Setup
Administration
- Upgrading to the Latest Release
- Exporting and Importing Applications
- Multi-File Upload
- Fix Permissions
- Asset Permissions
- Developer - Events API
- Developer - Remote Debug
- Developer - Memory Usage
- Creating and Linking Modules
- Setup - Tomcat Settings