Removing single sign-on authentication delegation
To configure a IBM® Business
Automation Workflow system to
no longer delegate authentication to the User Management Service
(UMS), you need to revert the actions that you performed to add IBM Business
Automation Workflow to your configuration.
You must perform the following actions:
- If you want to remove an IBM Business
Automation Workflow single
sign-on configuration, you must set up the environment variables that points to IBM Business
Automation Workflow installation directory:
- Open a command prompt and navigate to the following directory:
- Linux: /opt/IBM/WebSphere/AppServer/profiles/profile_name/bin
- Windows: drive:\Program Files\IBM\WebSphere\AppServer\profiles\profile_name\bin
Where profile_name is the profile name of the Deployment Manager (typically, this is
Dmgr01) and drive: is the system drive on which the file directory is stored. For example:C:orD:. - Execute the following script:
- Linux:
./setupCmdLine.sh - Windows:
setupCmdLine.bat
- Linux:
- Open a command prompt and navigate to the following directory:
- Reuse the properties file for configuration that you want to remove:
- For an IBM Business Automation Workflow or Process Portal configuration
- Reuse the connectToUms-workflow.properties file that was edited in the add
scenario and modify the parameters that have changed. Important: If you connected your IBM Business Automation Workflow system to User Management 1.0.0, you do not yet have a connectToUms-workflow.properties file. Use the template from wlp/ibmUserManagement/extension/configTemplates/workflow/connectToUms-workflow.zip and adapt the properties matching the connectToUms.jy script that was executed at the time of connecting.
- For a Process Federation Server configuration
- Reuse the connectToUms-PFS.properties file that was edited in the add scenario and modify the parameters that have changed.
- Run
connectToUms.batorconnectToUms.shto execute the parameters of your customized properties file.For example:- For an IBM Business Automation Workflow or Process Portal configuration
- Enter the
command:
connectToUms.bat remove -username <user name> -password <password> -ums_username <User Management admin user> -ums_password <User Management admin user password> - For a Process Federation Server configuration
-
- Enter the
command:
connectToUms.bat remove -ums_username <User Management admin user> -ums_password <User Management admin user password> - Reverse the changes to the Process Federation Server configuration file from the wlp/ibmUserManagement/extension/configTemplates/pfs/PFS-template-server.xml file and any other changes that you made when you added the configuration.
- Enter the
command:
- For UMS 1.0.0, 1.0.1, and 1.0.3 quick start configurations, you must also remove the client from your User Management Service configuration XML files.
- Restart your server.