To establish a trust relationship between the intermediate and target servers,
where the target server is a CICS CorbaServer, perform the following steps:
- Configure your CICS region to use SSL authentication.
- Associate the intermediate server's client certificate with
a RACF® userid.
- Create a profile named DFH.applid.corbaserver.ASSERTID
in the SERVAUTH general resource class, where
- applid
- is the APPLID of the CICS region
- corbaserver
- is the name of the target CorbaServer
For example, use the following RACF command:
RDEFINE SERVAUTH DFH.applid.corbaserver.ASSERTID UACC(NONE)
- Give the intermediate server's userid (established in step 2)
READ authority to the profile. For example, use the following RACF command:
PERMIT DFH.applid.corbaserver.ASSERTID CLASS(SERVAUTH)
ID(server_userid) ACCESS(READ)
For information about establishing a trust relationship where another product
is the target server, see the documentation for the target server.