spring-cloud / spring-cloud-common-security-config

A common security infrastructure used by Spring Cloud Data Flow and the projects in its ecosystem
19 stars 32 forks source link

Upgrade to Spring Security 5.2 #57

Closed sabbyanandan closed 4 years ago

sabbyanandan commented 5 years ago

@sabbyanandan commented on Mon Aug 05 2019

Now that we have consumable milestones of Spring Security 5.2, let's study what is coming in the upcoming releases, so we can refactor and adapt to it for consistency.

Specifically, look out for whether:

jvalkeal commented 5 years ago

I don't see JWT support happening for this release as it's rather complex topic as setup needs signing cert, etc. We could track it with a separate issue.

As far as I know only thing missing from 5.2 is resource server which we only use it tests(so for that it's ok to use old stuff).