kakawait / uaa-behind-zuul-sample

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

[Question] Spring Boot 2 and Spring Security 5 #33

Open Tetragramato opened 6 years ago

Tetragramato commented 6 years ago

Hi,

Very interesting project and POC, and would like to know if you intend to migrate in Spring Security 5 and/or Spring boot 2.

I saw lot of projects exemple for Spring boot 2 / Spring Security 5 with "direct" integration in the App (with Oauth2 new formLogin), but not with a front zuul and Microservices behind.

This would be great :)

kakawait commented 6 years ago

@Tetragramato I really want to integrate to Spring boot 2 and Spring security 5, is top priority regarding other issues... But I really lake of time atm, I already started to migrate and it was not trivial because many changes on "security" part of Spring, and many classes have been vanished...

Just need time !

Tetragramato commented 6 years ago

Thanks for your answer, i know what you are saying about Spring Security 5, and this is why i ask !!! :p It's a mess for now, and hope to see more trivial things :)

Best regards,