Spring Security OAuth2.0 authorization link corresponds to the source code location

Preface

Dao friends who have read my previous articles should know that in November 20th, I wrote about Spring Security and Spring Security OAuth2.0 to build and integrate some problems, that is, source code process analysis! But today, when debugging the framework, since I forgot the source location of the Spring Security OAuth2.0 authorization link, it would be bad for me to get older!

Source location

/oauth/token

org.springframework.security.oauth2.provider.endpoint

/oauth/token_key

org.springframework.security.oauth2.provider.endpoint

/oauth/confirm_access

org.springframework.security.oauth2.provider.endpoint

/oauth/error

org.springframework.security.oauth2.provider.endpoint

Hahaha! In fact, they are all in the same package!

Guess you like

Origin blog.csdn.net/CSDN877425287/article/details/115257399