kakawait / uaa-behind-zuul-sample

Spring AuthorizationServer load balanced behind Zuul
322 stars 156 forks source link

Try to reduce number of redirection #9

Open kakawait opened 7 years ago

kakawait commented 7 years ago

Today there are

api-gateway/                   302 Location: /login
api-gateway/login              302 Location: /uaa/authorize
api-gateway/uaa/authorize      302 Location: /uaa/login
api-gateway/uaa/login          FORM

3 redirects to get login form

junneyang commented 6 years ago

same problem