Deployment of an External Application

When deploying an application to an application server, the security configuration for the application server is applicable to all IBM Cúram Social Program Management applications deployed to that application server instance. Therefore, care must be taken when considering the deployment architecture for more than one application. This is important when deciding if an internal and external application will be deployed to the same application server instance.

An example of some considerations to think about are:

The answers to the considerations above will affect the setting of the application server properties (i.e. properties specified in the AppServer.properties file), that affect the behavior of the Cúram JAAS login module. These considerations will also drive the implementation of the curam.util.security.PublicAccessUser class and curam.util.security.ExternalAccessSecurity interface for external users.

The application server properties in the Cúram JAAS login module allow for finer grained control over the authentication of user types. External users and internal users can be authenticated differently, as can different types of external users, in a situation where the internal and external applications are deployed to the same application server. These properties include the following:

These properties are dependent on the implementation of the curam.util.security.PublicAccessUser class and ExternalAccessSecurity interface.

Consider the following example project requirements:

The following settings could cater for the example above:

As well as the properties being set, the PublicAccessUser extension (and curam.util.security.ExternalAccessSecurity implementation) must have the logic to cater for the different types of external users and how they will be authenticated.