Skip to end of metadata
Go to start of metadata

To deploy and configure the JAAS module on JBoss 5.1, please follow the steps below:

  • Stop JBoss
  • Copy the openiam-jaas.jar file to the Jboss server\default\lib directory
  • Copy the CXF and Spring dependency jars to the server\default\lib directory
  • Copy the iam_client_config.properties file to the server\default\conf directory
  • Edit the iam_client_config.properties file so that the parameters reflect your local environment. These parameters include:

Parameter Name

Description

openiam.service_base_url

URL of the host on which the services are running. For example:

http://localhost:8080/

openiam.securityDomain

Security domain that should be used. By default, this should be USR_SEC_DOMAIN

openiam.managedSysId

Managed system ID that contains the identity which should be used for authentication. If authenticating against
the OpenIAM repository, then this should be 0

  • Update the JBoss login-config.xml to register the OpenIAM JAAS module. The login-config.xml file can be found in the server\default\conf directory.
Labels: