Enable an external JACC provider

 

Before you begin

The Java Authorization Contract for Containers (JACC) defines a contract between J2EE containers and authorization providers. This contract enables any third-party authorization providers to plug into a J2EE 1.4 application server such as WebSphere Application Server to make the authorization decisions when a J2EE resource is accessed.

To enable an external JACC provider using the administrative console:

 

Procedure

  1. From the WAS administrative console, click Security > Global security.

  2. Under Authorization, click Authorization providers.

  3. Under Related items, click External JACC provider.

  4. The fields are set for Tivoli Access Manager by default. If you do not plan to use Tivoli Access Manager as the JACC provider, replace these fields with the details for your own external JACC provider.

  5. If any custom properties are required by the JACC provider, click Custom properties under Additional properties and enter the properties. When using the Tivoli Access Manager, use the Tivoli Access Manager properties link instead of the Custom properties link.

  6. Select the External authorization using a JACC provider option and click OK. To access this option, click Security > Global Security. Under Authorization, click Authorization providers.

  7. Complete the remaining steps to enable global security. If you are using the Tivoli Access Manager select LDAP as the user registry. This same LDAP server should be used by the Tivoli Access Manager. For more information on configuring LDAP registries, see Configuring Lightweight Directory Access Protocol user registries.

  8. In a Network Deployment (ND) environment only, make sure that all of the changes are synchronized across all nodes.

  9. In a multinode environment, start the deployment manager configuration by issuing the following commands:

    install_dir/profiles/profile/bin/stopManager.bat -username user_name -password password
    install_dir/profiles/profile/bin/startManager.bat
    
    

  10. Restart all servers to make these changes effective.

 

See also


External Java Authorization Contract for Containers provider settings

 

See Also


Authorization in WebSphere Application Server
Tivoli Access Manager integration as the JACC provider
JACC providers
JACC support in WebSphere Application Server

 

Related Tasks


Configuring a JACC provider
Propagating security policy of installed applications to a JACC provider using wsadmin scripting

 

See Also


Interfaces used to support JACC
Troubleshooting authorization providers