SSO / SAML for Applications under Load balancer

0
we have on premise applications running on 2 servers behind the load balancer, need help with configuration of SAML all the request from application will go through the Load balancer to either of these servers. Is there any option to identify if the request came from server 1 or server 2. can this be achieved through single IDP  configuration.
asked
1 answers
0

I don't think it should be necessary to identify which server the request came from, as the load balancer acts as the gateway between the servers. The URL of the load balancer should be used in the SAML configuration. I think the only important thing is that the two servers use the same SAML keystore so the same certificate is used for signing and encryption.

answered