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, set the values for the below properties by creating an environment variable for each property. 

Property Name
Description
schemeName of the scheme (http or https).
serverNameName of the server.
serverPortPort number of the server.
includeServerPortInRequestURLTo include server port number in the URL or not.
contextPathPrefix of a URL path used to select the context(s) to which an incoming request is passed. A URL is in the format: http://hostname.com/contextPath/, where each of the path elements can be zero or more separated elements. It must be /.
Variable NameValue
SAML_SSO_CONTEXT_PROVIDER_LB_CONTEXT_PATH
/
SAML_SSO_CONTEXT_PROVIDER_LB_INCLUDE_SERVER_PORT_IN_REQUEST_URL
true
SAML_SSO_CONTEXT_PROVIDER_LB_SCHEME
http
SAML_SSO_CONTEXT_PROVIDER_LB_SERVER_NAME
localhost
SAML_SSO_CONTEXT_PROVIDER_LB_SERVER_PORT
9090