3

Im trying to configure the topology you can see in this picture:

this picture

My question is, having a unique login server acting as a reverse proxy, is it posible to redirect the users to their respective server application? This way they will be using the same login link, but each user will be redirected to their particular application

Gerald Schneider
  • 19,757
  • 8
  • 52
  • 79
adre cleto
  • 31
  • 1
  • 1
    I can't currently dig very deep into this, but haproxys [stick-table](https://cbonte.github.io/haproxy-dconv/configuration-1.5.html#4-stick-table) [looks promising](https://www.haproxy.com/blog/introduction-to-haproxy-stick-tables/). – Gerald Schneider Apr 17 '19 at 08:40
  • Thanks for your reply. I have been checking stick-tables and it looks more like for load balancing, i dont think i could be able to manage sesssions through servers with it. – adre cleto Apr 17 '19 at 10:09
  • @adrecleto How does `app-server-a` verify that the user has correctly authenticated? When you say "redirected", do you actually mean HTTP 302 - or maybe you mean "proxied"? – kubanczyk Apr 17 '19 at 11:12
  • Authentification is what im trying to know how to do, im looking into using JWT + blacklisting closed sessions from the app server when logged out – adre cleto Apr 17 '19 at 11:39

0 Answers0