Reverse proxy with login for redirecting different users to different applications Come Celebrate our 10 Year Anniversary!Reverse proxy HTTP requests using database informationreverse proxy on apache2 and ubuntureverse proxy only from one internal serverIIS reverse-proxy outbound rules redirecting to external serversreverse proxy to point proper server site based on ipNGINX Reverse Proxy redirect settingsApache2 reverse-proxy multiple locationsAuthorize users on a reverse proxy and redirect them to two different addresses if they have/do not have permission?Difference between Embedded and Reverse Proxy deployment of a firewallWordpress wp-admin login behind modsecurity reverse proxy

What is the evidence that custom checks in Northern Ireland are going to result in violence?

Bright yellow or light yellow?

Arriving in Atlanta (after US Preclearance in Dublin). Will I go through TSA security in Atlanta to transfer to a connecting flight?

What helicopter has the most rotor blades?

How to begin with a paragraph in latex

Is a self contained air-bullet cartridge feasible?

How to keep bees out of canned beverages?

Could a cockatrice have parasitic embryos?

What was Apollo 13's "Little Jolt" after MECO?

Did war bonds have better investment alternatives during WWII?

`FindRoot [ ]`::jsing: Encountered a singular Jacobian at a point...WHY

/bin/ls sorts differently than just ls

Why would the Overseers waste their stock of slaves on the Game?

What does the black goddess statue do and what is it?

Simulate round-robin tournament draw

Is Bran literally the world's memory?

Preserving file and folder permissions with rsync

Is there a possibility to generate a list dynamically in Latex?

Has a Nobel Peace laureate ever been accused of war crimes?

Why does Java have support for time zone offsets with seconds precision?

How would you suggest I follow up with coworkers about our deadline that's today?

Married in secret, can marital status in passport be changed at a later date?

Are these square matrices always diagonalisable?

Determinant of a matrix with 2 equal rows



Reverse proxy with login for redirecting different users to different applications



Come Celebrate our 10 Year Anniversary!Reverse proxy HTTP requests using database informationreverse proxy on apache2 and ubuntureverse proxy only from one internal serverIIS reverse-proxy outbound rules redirecting to external serversreverse proxy to point proper server site based on ipNGINX Reverse Proxy redirect settingsApache2 reverse-proxy multiple locationsAuthorize users on a reverse proxy and redirect them to two different addresses if they have/do not have permission?Difference between Embedded and Reverse Proxy deployment of a firewallWordpress wp-admin login behind modsecurity reverse proxy



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








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









share









New contributor




adre cleto is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    I can't currently dig very deep into this, but haproxys stick-table looks promising.

    – Gerald Schneider
    Apr 17 at 8: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 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 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 at 11:39

















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









share









New contributor




adre cleto is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    I can't currently dig very deep into this, but haproxys stick-table looks promising.

    – Gerald Schneider
    Apr 17 at 8: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 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 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 at 11:39













3












3








3


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









share









New contributor




adre cleto is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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







networking proxy reverse-proxy redirect http-server





share









New contributor




adre cleto is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share









New contributor




adre cleto is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share



share








edited Apr 17 at 8:34









Gerald Schneider

6,71532647




6,71532647






New contributor




adre cleto is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 17 at 8:18









adre cletoadre cleto

161




161




New contributor




adre cleto is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





adre cleto is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






adre cleto is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1





    I can't currently dig very deep into this, but haproxys stick-table looks promising.

    – Gerald Schneider
    Apr 17 at 8: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 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 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 at 11:39












  • 1





    I can't currently dig very deep into this, but haproxys stick-table looks promising.

    – Gerald Schneider
    Apr 17 at 8: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 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 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 at 11:39







1




1





I can't currently dig very deep into this, but haproxys stick-table looks promising.

– Gerald Schneider
Apr 17 at 8:40





I can't currently dig very deep into this, but haproxys stick-table looks promising.

– Gerald Schneider
Apr 17 at 8: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 at 10:09





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 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 at 11:12





@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 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 at 11:39





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 at 11:39










0






active

oldest

votes


















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company