spring-attic / spring-security-oauth

Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.

Home Page:http://github.com/spring-projects/spring-security-oauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Referenced document doesn't reference how to migrate deprecated BearerTokenExtractor

GregDomjan opened this issue · comments

@GregDomjan The new OAuth 2.0 support since Spring Security 5.0 is a complete re-write so classes in this project do not exist 1-1 in the new code base. You need to follow the OAuth 2.0 Migration Guide and the linked samples (see Examples Matrix).