ActiveVOS Server User’s Guide

Configuring Your Application Server to Work with ActiveVOS Security Roles

Setting up secure access to ActiveVOS includes the following steps:

Mapping Roles to Users and Groups

Each application server has a different set of steps for configuring security for deployed applications. You must familiarize yourself with your application server environment to understand how to configure the security methods you need. However, here are some general guidelines and links to documentation.

Application Server

Setup Guidelines

Tomcat

Add a realm to server.xml, connecting to an existing "database" of usernames, passwords, and user roles.

See examples below.

For an LDAP-based database, add the ActiveVOS security roles to your database and map them to groups.

Refer to Realm Configuration HOW-TO at the following URL (Tomcat 6.0):

http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html

JBoss

Add an application policy named ActiveVOS to the login-config.xml file and add roles to one of the following: a set of user/role files, LDAP-based database, or JDBC-based database.

See examples below.

For an LDAP-based database, add the ActiveVOS security roles to your database and map them to groups.

Refer to:

http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5.0.0/html/Administration_And_Configuration_Guide/ch10s18.html

WebLogic

Login to the WebLogic console and set up the LDAP provider, if you have not already done so: (Navigate to Security Realms. In the default realm, select Providers>Authentication>Default Authenticator and change the Control Flag from REQUIRED to OPTIONAL. Add and configure your LDAP provider.)

For details, see Configuring Authentication Providers at http://download.oracle.com/docs/cd/E13222_01/wls/docs103/secmanage/atn.html

In your security realm, navigate to Roles and Policies. Expand Global Roles, select Roles, and enter the ActiveVOS security roles.

For details, see Users, Groups, and Security Roles at http://download.oracle.com/docs/cd/E12840_01/wls/docs103/secwlres/secroles.html

WebSphere

Login to the WebSphere console and follow the instructions in the Enterprise Application section for mapping ActiveVOS security roles to groups.

Tomcat Examples

JBoss Examples