Installation of Welle Proxy¶
Preparing for Installation¶
Obtain the installation package from the distribution channels
Ensure that a Tomcat is already installed and running on the proxy server
Installation¶
Unzip the installation package into a working folder /home/user/installation and confirm that the
proxy.war
is extractedEdit the properties file in the
proxy.war
atproxy.war/WEB-INF/classes/proxy.properties
to add in the Internal FQDN for IC Governor and the API Key for Mobile Login, which can be obtained from Mobile LoginNext, deploy the
proxy.war
into Tomcat by copying the file into the webapps folder.Check the Tomcat logs to confirm that the application is deployed and started successfully.
INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [<apache-tomcat>\webapps\proxy.war] has finished in [16,785] ms
Configuration of WeChat Integration¶
Note
Read WeChat Login for more information.
After installation of the Welle Proxy, go to IC Governor and login as the default administrator.
Enter
Admin Mode
by clicking the button at the top right.Navigate to the Settings > External Integrations page.
In the WeChat Login tab,
Enable WeChat Login
Enter
App ID
andApp Secret
in Basic Information sectionEnter
Login Page
andUser Profile Page
in Redirect URLs sectionEnter
Public FQDN
andPrivate FQDN
in Proxy Server section
Once the configurations are saved, logout as the default administrator. Verify that the WeChat QR Code is rendered properly on the login page.
Configuration of Mobile Login Integration¶
Note
Read Mobile Login for more information.
After installation of the Welle Proxy, go to IC Governor and login as the default administrator.
Enter
Admin Mode
by clicking the button at the top right.Navigate to the Settings > External Integrations page.
In the Mobile Login tab,
Enable Mobile Login
Review the
Encryption Key
,Timeout (seconds)
andTheme
in Basic Information section. ThisEncryption Key
is used to encrypt the data being passed between the mobile applications and IC Governor, thus generate a new key, if necessary.Check the
Enable Proxy Server
checkbox, and enterPublic FQDN
in Proxy Server section. Review theAPI Key
, and generate a new key, if necessary. Update the proxy properties file accordingly.
Once the configurations are saved, logout as the default administrator. Verify that the Mobile QR Code is rendered properly on the login page.