spring-oauth-server入门(1-7)使用access_token做業務
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring-oauth-server入门(1-7)使用access_token做業務相关的知识,希望对你有一定的参考价值。
http://localhost:9000/api-gateway-engine/unity/user_info?access_token=13cd0feb-9dce-4f42-95cf-3e1c0f77a164
http://localhost:8080/DevApp/unity_user_info?access_token=13cd0feb-9dce-4f42-95cf-3e1c0f77a164
一、從客戶端訪問
1、請求參數携帶access_token
http://localhost:8080/DevApp/unity_user_info?access_token=13cd0feb-9dce-4f42-95cf-3e1c0f77a164
2、請求頭携帶access_token
二、從服務端訪問
http://localhost:9000/api-gateway-engine/unity/user_info?access_token=13cd0feb-9dce-4f42-95cf-3e1c0f77a164
1、請求參數携帶access_token
2、請求头携帶access_token
以上是关于spring-oauth-server入门(1-7)使用access_token做業務的主要内容,如果未能解决你的问题,请参考以下文章
spring-oauth-server入门(1-11)使用授权方式四:client_credentials 模式的客戶端
spring-oauth-server入门(1-6)access_token的有效期分析
spring-oauth-server实践:客户端和服务端环境搭建
spring-oauth-server实践(2-1)问题澄清-关于资源角色和scope
OAuth2.0学习(4-12)spring-oauth-server分析 - 授权码模式验证过程
OAuth2.0学习(4-11)spring-oauth-server分析 - http元素使用的是何种AuthenticationManager?