You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
Enjoy Zuul/Ribbon load balancing for HA AuthorizationServer
AuthorizationServer for fully authenticated app is kind of SPOF, so it's important to replicate instances for HA. Instead of using it own load balancing why not using Zuul like following architecture
Do not expose AuthorizationServer on web
I would Zuul to be the only entry point of my application like previous architecture
I would be able to set my AuthorizationServer behind Zuul for multiple purposes (see below).
It's actually possible without changes POC https://github.com/kakawait/uaa-behind-zuul-sample but some tricks to do.
Enjoy Zuul/Ribbon load balancing for HA AuthorizationServer
AuthorizationServer for fully authenticated app is kind of
SPOF
, so it's important to replicate instances for HA. Instead of using it own load balancing why not using Zuul like following architectureDo not expose AuthorizationServer on web
I would Zuul to be the only entry point of my application like previous architecture
Portable configuration
Related to spring-attic/spring-security-oauth#671
Idea is to avoid any absolute URLs on following (at least) properties:
security.oauth2.client.accessTokenUri
security.oauth2.client.userAuthorizationUri
Using path for
security.oauth2.client.userAuthorizationUri
?Using service-registry for
security.oauth2.client.accessTokenUri
?Thus
should becomes
The text was updated successfully, but these errors were encountered: