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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
猜你喜欢
  • 2021-12-02
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案