TAM security for WAS


 

+

Search Tips   |   Advanced Search

 

WAS provides embedded IBM Tivoli Access Manager (TAM) client technology to secure WAS-managed resources.

The benefits of using TAM clients..

WAS supports the Java Authorization Contract for Containers (JACC) specification which details the contract requirements for Java EE containers and authorization providers. With this contract, authorization providers can perform the access decisions for resources in Java EE appservers such as WAS. The TAM security utility that is embedded within WAS is JACC-compliant and is used to:

When applications are deployed, the embedded TAM client takes any policy and or user and role information that is stored within the application deployment descriptor or using annotations and stores it within the TAM Policy Server.

The Tivoli Access Manager JACC provider is also called when a user requests access to a resource that is managed by WAS.

The previous figure illustrates the following sequence of events:

  1. Users that access protected resources are authenticated using the TAM login module configured for use when the embedded TAM client is enabled.

  2. The WAS container uses information from the Java EE application deployment descriptor and annotations to determine the required role membership.

  3. WAS uses the embedded TAM client to request an authorization decision from the TAM authorization server. Additional context information, when present, is also passed to the authorization server. This context information is comprised of the cell name, Java EE application name, and Java EE module name. If the TAM policy database has policies specified for any of the context information, the authorization server uses this information to make the authorization decision.

  4. The authorization server consults the permissions defined for the specified user within the TAM-protected object space. The protected object space is part of the policy database.

  5. The TAM authorization server returns the access decision to the embedded TAM client.

  6. WAS either grants or denies access to the protected method or resource, based on the decision that is returned from the TAM authorization server.

At its core, TAM provides an authentication and authorization framework. We can learn more about TAM, including the information that is necessary to make deployment decisions, by reviewing WAS documentation.

The following guides are available in the IBM TAM for e-business Information Center:

TAM provides centralized administration of multiple servers.

The previous figure is an example architecture showing WASs secured by TAM.

The participating WASs use a local replica of the TAM policy database to make authorization decisions for incoming requests. The local policy databases are replicas of the master policy database. The master policy database is installed as part of the TAM installation. Having policy database replicas on each participating WAS node optimizes performance when making authorization decisions and provides failover capability.

Although the authorization server can also be installed on the same system as WAS, this configuration is not illustrated in the diagram.

All instances of TAM and WAS in the example architecture share the LDAP user registry on Machine E.

The LDAP registries that are supported by WAS are also supported by TAM.

It is possible to have separate WAS profiles on the same host configured for different TAM servers. Such an architecture requires that the profiles are configured for separate Java SE Runtime Environments (JRE 6) and therefore we need multiple JREs installed on the same host.



 

Related concepts

Authorization providers

 

Related information

IBM Tivoli Access Manager for e-business Information Center
IBM Tivoli Access Manager for e-business Redbook