In production development of Identity Server, You need to deploy it in behind the Proxy server or Load balacer. Let see how we could properly deploy it. Assume Identity Server is running in following host and port Host : node1.wso2is Port : 9443 Proxy is trying exposing identity server in Host : wso2is Port : […]
Tag: Load Balancer
load balancer
If you are deploying your web servers in a production environment, You may need to proxy them with some proxy server or load balancer. But, when your web servers need to do some redirect, You may see misleading browser urls (internal server urls), If proxy server can not handle them properly. Most of the proxy […]
In my previous blog post, I explained deploying of PDP cluster using WSO2 Identity Server. Each PDP in the cluster exposes their own authorization service (Entitlement service). Therefore we need to setup a load balancer to forward the incoming authorization queries among each PDPs. Then load balancer would expose only a one interface for PEP […]