处理/oauth/token与/oauth/authorize的Endpoint

近期有不少朋友问我 spring-oauth-server 项目中处理/oauth/token与/oauth/authorize的具体Controller或类是什么.具体如下:

  • /oauth/token
    TokenEndpoint.java
  • /oauth/authorize
    AuthorizationEndpoint.java

这两个对象都是@FrameworkEndpoint注解的. 详细的代码可去spring-security-oauth2项目查看.

若需要进行自定义配置, 在security.xml文件中, 配置截图如下

custom_oauth_url

Leave a Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.