TPX provides support for Secured Signon using Pass Tickets. The use of Pass Tickets eliminates the transmission of passwords across network facilities in clear text.
A pass ticket is a one-time only password substitute that is automatically generated by an authentication server, such as
CA's Single Signon Option or IBM's Network Security Program or on behalf of a client workstation requesting access to a mainframe application, such as TPX.
Once a user is signed on to TPX, Pass Tickets may also be generated for down stream applications subsequently accessed through TPX.
NOTE: This document is specific to RACF. For instructions specific to ACF2 or Top Secret, please refer to the links at the end of this document.
Release: 5.4
Component: TPX for Z/OS
The implementation of Pass Ticket support requires customization within both TPX and the ESM. (ACF2 / TSS / RACF)
Within TPX, there are two separate aspects of Pass Ticket support:
Users and / or Applications. One can implement either or both depending upon your site requirements.
One can specify pass ticket and/or qualified pass ticket for users and applications.
When both are specified, CA TPX attempts to use the most secure form of pass ticket available based on the settings in
TPX and the Pass Ticket Profile, if any, as defined in the external security system.
A. Logon to TPX with a Pass Ticket
This parameter does not impact the actual sign on to TPX. TPX accepts the userid and password then makes a security call for validation.
TPX is unaware of whether the password field contains a password or pass ticket at this point.
It is only after the user is signed on to TPX where this parameter becomes important, and these are outlined in the field level help:
B. Logon to applications with a Pass Ticket
You may use security traces to verify whether or not the application requires a 'Pass Ticket Prof name' to be defined.
'Pass Ticket Prof name' is usually required for TSO and VM systems, where this parameter will have the value "TSOsmfid" or "VMcpuid".
NOTE
When a VTAM Generic Resource element is used for more than one TSO applications,
the PassTicket profile name in the TPX ACT table needs to match with GNAME / TCASGNAM value
in TSOKEYxx in SYS1.PARMLIB.
For non-VTAM generic resource, the PassTicket profile name is TSO+smfid.
Other applications requiring Pass Ticket prof name, as provided by multiple TPX customers: (Please verify for your environment.)
Additional Setup Requirements:
2. SMRT Reserved Options:
Access the SMRT Reserved Options by entering command “OPTIONS” on the SMRT Optional Parameters panel, then scroll down to set these options:
To ensure that all changes have been implemented, cycle TPX or use TPXOPER RELOAD for each change.