Saml2.Authentication.Core icon indicating copy to clipboard operation
Saml2.Authentication.Core copied to clipboard

How to make this work behind loadbalancer

Open memadk opened this issue 4 years ago • 1 comments

I am using (a fork) of this library, but I don't know how to makes it work behind a load-balancer. Is it possible to make it work or do I need to somehow always return to the same server behind the load-balancer?

memadk avatar Apr 17 '21 16:04 memadk

This is no different than any other normal web application. The same way you would do load balancing in a web application should work for this too.

If you are using a server farm remember to configure DataProtection.

Good luck do not hesitate to ask here if you get into problems.

jkmu avatar Apr 19 '21 07:04 jkmu