springsecurity 中 核心过滤器和请求

2022年6月2日13:47:41

1.主要请求:
oauth/authorize 认证的接口,接口中会有重定向的回调地址,该接口返回ticket,(code的值),
该请求在org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint中。
@FrameworkEndpoint 注解 作用相当于@Controller,只不过是框架提供的接口,所有会进入框架中。
oauth/token 根据ticket取token的接口 该接口在TokenEndpoint 中。
2.主要过滤器

  • 作者:yuchunfanger
  • 原文链接:https://blog.csdn.net/yuchunfangxxx/article/details/102969347
    更新时间:2022年6月2日13:47:41 ,共 256 字。