Previous Topic: PRX509REG Keyword—Kerb Registry NameNext Topic: PSUSPEND Keyword—Prevent Access after PTHRESH Violation


PSTKAPPL Keyword—Application ID

Valid on z/OS.

Use the PSTKAPPL keyword to define the application ID. Depending on the application, the secured signon function uses a specific method to determine the application ID:

This keyword has the following format:

TSS ADDTO(NDT) PSTKAPPL(application)
               SESSKEY(abcdef12)
SESSKEY

A hexadecimal “password” that is unique to each application assigned as a PassTicket. A SESSKEY is required for each PassTicket. For information on SESSKEY, see the User Guide.

Range: 1 to 16 bytes

This keyword is used with:

Example: PSTKAPPL keyword

This example indicates that the session key for KA180987 is A1B2C3:

TSS ADDTO(NDT) PSTKAPPL(KA180987)
               SESSKEY(A1B2C3)