PTC Arbortext Content Delivery Property Changes
Thewt.propertiesproperty that enables the use of a form-based authentication solution is wt.auth.form.enabled.
By default, the use of a form-based authentication solution is disabled. To enable it, use the xconfmanager utility to set the property to true. For example from aWindchillshell, enter:
xconfmanager -s wt.auth.form.enabled=true -t wt.properties -p
By enabling the use of a form-based authentication solution, you also enable the display of theLog Outmenu option from the PTC Arbortext Content Delivery user dropdown menu that is located at the top right corner of thePTC Arbortext Content Delivery page:
When a user selects the Log Out menu option, the default behavior is that thePTC Arbortext Content Delivery servlet session end. After a user has logged off using theLog Out menu option, the page executes thePTC Arbortext Content Delivery base URL and, because the user is no longer logged in, the URL presents the user with a login form to allow the user to log back in.
You can change this default log off behavior by selecting different configuration settings in your form-based authentication solution and by setting a different URL in the wt.logout.url property inwt.properties. In the case of a form-based authentication solution that is not based on the servlet session (and thus whose authentication session is not terminated by terminating the servlet session), the URL set in the wt.logout.url property should be one that causes a logout for the current authentication session with your form-based authentication solution.