当前位置:   article > 正文

oauth2的token认证接口/oauth/token、/oauth/check_token、/oauth/authorize在哪个包里_oauth/token 接口哪里的

oauth/token 接口哪里的

1. /oauth/token

在org.springframework.security.oauth2.provider.endpoint里的TokenEndpoint 类里,请求强制使用POST方式。

2. /oauth/check_token

此接口在org.springframework.security.oauth2.provider.endpoint里的CheckTokenEndpoint

类里,请求方式GET和POST均可。

3. /oauth/authorize

此接口在org.springframework.security.oauth2.provider.endpoint里的AuthorizationEndpoint

类里, 请求方式get和post均可。

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/84076
推荐阅读
相关标签
  

闽ICP备14008679号