Reputation: 3336
Today I'm using Spring Boot OAuth2 to grant correct use of OAuth2 in my project, so I have the following:
So, migrating to Spring Security 5 I got the following problems:
Upvotes: 0
Views: 3280
Reputation: 511
Joe Grandja wrote an OAuth2 application and the corresponding migrated Spring Security application.
You can check the examples here:
Spring Security OAuth 2.4 Migration Sample
Also, docs about configuring Spring Security are here:
Upvotes: 1