1.1.7.3.2.6 Procedure to Manage Key File
The following procedure describes a SALT administrator setting up GWWS to be able to handle SAML assertion for the first time.
- Change directory to
$APPDIR
and startwsadmin
. - Use "
saml create
" command to create the key file. - Use "
saml add -g
" command to add GWWS record. - Use "
saml add -i
" command to add trusted assertion issuer record for every trusted assertion issuer. - Copy the file
"saml_key.meta"
to the directory described in the SALT deployment descriptor file"CertPath"
element under "Certificate". - Change directory to Oracle Tuxedo application domain, and use
"tmboot -y"
to boot the Oracle Tuxedo application domain.
In MP mode configuration, it is possible to have a different GWWS record in the key file for a different GWWS instance. The following procedure creates the key file for a GWWS instance on a different node.
- Copy the original key file to different directory or machine.
- Use
"saml delete -g
" to delete existing GWWS record. - Use
"saml add -g"
to add a different GWWS record. - Boot Oracle Tuxedo.
Parent topic: SAML Key File