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 was archived by the owner on May 31, 2022. It is now read-only.
Since spring security version 5.x contains various oauth2 related features i'd like to ask someone with more insights: When should someone use this library over spring security 5.x?
What separates these 2 libraries? It's really hard to find facts on this.
We're migrating from spring security 4.x to 5.1 and use spring-security-oauth2 and are unsure whether to keep using it or migrate to the built-in spring security oauth2 features.
What's especially confusing is that the latest version of this library (2.3.4-RELEASE) has a dependency on spring security 3.2.10-RELEASE - being 2 major version behind the latest spring security version.
The text was updated successfully, but these errors were encountered:
For Client and Resource Server support, use Spring Security 5.x. If you require Authorization Server support, use Spring Security OAuth 2.3.x - until we support Authorization Server in Spring Security 5.x.
Uh oh!
There was an error while loading. Please reload this page.
Since spring security version 5.x contains various oauth2 related features i'd like to ask someone with more insights: When should someone use this library over spring security 5.x?
What separates these 2 libraries? It's really hard to find facts on this.
We're migrating from spring security 4.x to 5.1 and use spring-security-oauth2 and are unsure whether to keep using it or migrate to the built-in spring security oauth2 features.
What's especially confusing is that the latest version of this library (
2.3.4-RELEASE
) has a dependency on spring security3.2.10-RELEASE
- being 2 major version behind the latest spring security version.The text was updated successfully, but these errors were encountered: