Configuring Adeptia Connect behind Reverse Proxy/Load Balancer
- Nitin Beri (Unlicensed)
- Ashhad Alam
- Akash Kumar Jaiswal (Unlicensed)
- Avinash Kumar
Owned by Nitin Beri (Unlicensed)
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 |
---|---|
scheme | Name of the scheme (http or https). |
serverName | Name of the server. |
serverPort | Port number of the server. |
includeServerPortInRequestURL | To include server port number in the URL or not. |
contextPath | Prefix 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 Name | Value |
---|---|
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 |
You may be interested in...