Authentication Flow Manager (AFM) and State Manager components are installed on the application server. Therefore, to enable SSL for these components, you have to configure the application server where these components are deployed for SSL.
To enable Authentication Shim to communicate over SSL, you must set the following configuration parameters in the adaptershim.ini file:
To enable Apache Tomcat for SSL
Important! If you are integrating Adapter with the SAML-based Web portal, then you must also perform this task on the Service Provider's system.
state_manager_installation_dir\adapterStateManager\certs
Tomcat_root\conf
Note: Tomcat_root refers to the Apache Tomcat installation directory. Refer to the vendor documentation for instructions on how deploy on other supported application servers.
<!--
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />
-->
Replace the code with
<Connector SSLEnabled="true" clientAuth="false" keystoreFile="system_drive/Arcot Adapter/certificate/server.keystore" keystorePass="123456" maxThreads="150" port="8443" protocol="HTTP/1.1" scheme="https" secure="true" sslProtocol="TLS"/>
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|