Enable user provisioning
This section explains how to enable user provisioning within Tivoli Access Manager (TAM).
There are two ways to create users in WebSphere Portal:
Self-registration: Enabled by default. Manage Users and Groups portlet: Administrators can use this portlet to create WebSphere Portal users. When users are created in WebSphere Portal, they are not automatically imported into TAM. Enabling automatic user provisioning to TAM changes this behavior. Once this feature is enabled, users are automatically imported into TAM whenever they are created in WebSphere Portal. When user provisioning to TAM, anyone with access to the public portal URL can become an active user in TAM as long as the portal's self-registration feature remains enabled.
To enable user provisioning within TAM :
- Check server status:
UNIX:
cd was_profile_root/bin
./serverStatus.sh -all -userWindows:
cd was_profile_root\bin
serverStatus -alli5/OS:
cd app_server_root/bin
serverStatus -all -profileName profile_root
- Start any servers that are not running.
If this is a clustered environment, start all deployment manager servers and the deployment manager.
- Run the appropriate configuration task for the specific operating system:
UNIX:
cd portal_server_root/config
./WPSconfig.sh enable-tam-userprov -DPdAdminPw=passwordWindows:
cd portal_server_root/config
WPSconfig.bat enable-tam-userprov -DPdAdminPw=password
Related information
- Configure TAM for authentication, authorization, and the Credential Vault
- Configure TAM to perform authentication only
- Remove TAM from the WebSphere Portal environment
- Disable user provisioning
Parent Topic
Using TAM with WebSphere Portal