Enable SAF Authorization for Topology
Topology
Enable and configure the SAF authorization for a secure connection between
Topology
and the client browser.Required roles: systems programmer, security administrator |
|---|
To complete the TLS configuration of the
Topology
API server, enable or configure the following parameters in the CUSOPTN(TPLSCONF) member. The CUSOPTN(TPLSCONF) member is allocated during the post-install configuration.- AUTH_METHOD
- Specifies the authentication method. If set to SAF, specifies that the users that connect to theTopologyAPI server are authenticated through SAF.
- SAF_CLASS
- Specifies the resource class for theTopologyAPI server. For example, CA$TPL.
Example: Sample CUSOPTN(TPLSCONF) Member Contents
The following sample member uses values that were used in the previous examples for the SAF configuration.
TOPO_USER=TPLSTC TOPO_PORT=10060 AUTH_METHOD=SAF TLS_ENABLE=YES TLS_ATTLS=NO TLS_KEY_ALIAS='Topology Certificate' TLS_KEYRING=TOPORING TLSV13_ENABLE=NO SAF_CLASS='CA$TPL'