If you are just authenticating a user, that is normally done in the CICS security definitions, or with a RACF call for a particular resource class. For certificates there is the r_datalib call (IRRSDL00) if you are managing certificates, but that is unlikely to be done in a CICS transaction. CICS also has support for the RACF RDATALIB, for example perhaps this is what you are trying to do https://www.ibm.com/support/pages/configuring-cics-ts-use-site-certificate-ssl
On Wed, Apr 5, 2023 at 12:15 AM Isabel <[email protected]> wrote: > Hello! > > I have the following request: > > We need to build a CICS Transaction to obtain a PKCS #7 (token) to > authenticate a user. > > I am confused if I have to use a RACF certificate, ICSF or both. > > Thanks in advance. > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
