Set up Access Manager Plus over a wide area network (WAN) to connect to multiple remote systems and benefit from Access Manager Plus's improved scalability. This can be achieved through three different ways; connecting to Access Manager Plus through a cloud server, using a load balancer with a public IP, and using a proxy server to route requests to Access Manager Plus. This document discusses in detail the various methods of setting up Access Manager Plus over a WAN.
Prerequisites:
There are three ways to expose Access Manager Plus to be accessed over WAN:
1. Using a Cloud Server Platform
If your enterprise is using a cloud service platform such as Microsoft Azure, AWS or Google Cloud, you can use a virtual machine in the cloud server to make Access Manager Plus available over WAN for public use.
Note: Cloud service providers generally offer the provision to enable public access to virtual machines even in free plans.
In case you do not use a cloud service platform, using a load balancer can help with optimizing network traffic across multiple application instances.
Follow the below steps to use a firewall or a load balancer with Access Manager Plus:
To secure this set up further, install your own SSL certificate in the load balancer to keep it secure from the exposed public network.
In case you do not use a cloud service platform or a load balancer, you can set up a proxy server using applications such as Nginx to achieve the same result. Applications like Nginx act as a software load balancer.
Follow the below steps to set up Nginx as a proxy server:
You can configure the Nginx server to accept requests in any port and then route it to the internal server ports 9292 and 9293 respectively. Here is a sample Nginx conf file for your reference.
Click here to learn more about how to use Nginx as a load balancer.
The following flow diagram illustrates how Access Manager Plus can be set up to work over WAN with a load balancer or a proxy server using an application like Nginx:
