Configuring Adeptia Connect behind Reverse Proxy/Load Balancer
You can deploy SAML in scenarios where multiple Service Providers process SAML requests forwarded by a reverse-proxy or a load balancer. In order to configure SAML for deployment behind load balancer or reverse-proxy, follow the steps given below:
- Go to the**...<ConnectPortalInstallFolder>/resources_config/saml**.
- Open saml.properties file in text editor.
- Set IP address or domain name of the Load Balancer as a value for the property SAML_SSO_METADATA_GENERATOR_ENTITY_BASE_URL in the following format:
<protocol_name>://<IP_address or domain_name>
Where,
<protocol_name> is the name of the protocol. For example, http or https.
<ip_address or domain_name> is the IP address or domain name of the load balancer.
For example, http://www.myserver.com 4. Set the values for the following reverse-proxy/load balancer properties in the saml.properties file.
| Property: SAML_SSO_CONTEXT_PROVIDER_LB_SCHEME |
|---|
| Example value |
| http |
| **Property:**SAML_SSO_CONTEXT_PROVIDER_LB_SERVER_NAME |
| Example value |
| www.myserver.com |
| **Property:**SAML_SSO_CONTEXT_PROVIDER_LB_SERVER_PORT |
| Example value |
| 8080 |
| Property: SAML_SSO_CONTEXT_PROVIDER_LB_INCLUDE_SERVER_PORT_IN_REQUEST_URL |
| Example value |
| false |
| Property: SAML_SSO_CONTEXT_PROVIDER_LB_CONTEXT_PATH |
| Example value |
| /adeptia |
- Save the file.