Spring Security OAuth2.0授权链接对应源码位置

前言

看过我往期文章的道友应该知道,在20年11月份的时候写过Spring Security和Spring Security OAuth2.0搭建整合一些问题即源码流程分析!但是今天调试框架的时候既然忘了Spring Security OAuth2.0授权链接的源码位置,害,年纪大了脑子不好使了!

源码位置

/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

哈哈哈!其实都在同包下面!

猜你喜欢

转载自blog.csdn.net/CSDN877425287/article/details/115257399