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

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

Why did Thanos need his ship to help him in the battle scene?Which actor plays Thanos in the Avengers mid-credits scene?Are there economic implications portrayed in comics where the buildings and cities are ruined almost daily?Old X-Men comic where team travels to alien world with a ring-like sun that needs recharging?Why does Ego need help sleeping?Is there an objective answer to who “the strongest Avenger” is?How did Banner get unstuck?Why did Thanos get hit?How did Thanos (or anyone) know the Infinity Stones would give him this power?Did Thanos leave Eitri alive for his after-sales service?In Avengers 1, why does Thanos need Loki?