spring-oauth-server实践(1-5)为客户mobile-client开通授权码模式申请access_token,并使用access_token访问需要鉴权的业务

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring-oauth-server实践(1-5)为客户mobile-client开通授权码模式申请access_token,并使用access_token访问需要鉴权的业务相关的知识,希望对你有一定的参考价值。

1、为mobile用户申请access_token

     access_token存在并有效时,4+1种方式再次申请到的access_token都是一样的,有效期不变!

     如果mobile用户想使用【授权码模式】,需要修改数据库mobile_client支持的授权方式!

     如果使用mobile用户和授权码模式,要手工修改:申请用户mobile,申请客户mobile_client

2、使用得到的access_token直接访问服务提供者

      http://localhost:8080/spring-oauth-server/m/user_info?access_token=xxxxxxxxxxxxxxxxxx

技术分享

以上是关于spring-oauth-server实践(1-5)为客户mobile-client开通授权码模式申请access_token,并使用access_token访问需要鉴权的业务的主要内容,如果未能解决你的问题,请参考以下文章

spring-oauth-server实践(2-1)问题澄清-关于资源角色和scope

spring-oauth-server入门(1-9)CLIENT_模式下 authorities的产生

api-gateway实践网关服务集成验证

spring-oauth-server入门(1-11)使用授权方式四:client_credentials 模式的客戶端

spring-oauth-server入门(1-7)使用access_token做業務

api-gateway实践(12)新服务网关 - 审批产生网关身份!