oauth2.0时序图
2021-01-11 11:42:41 0 举报
oauth2 流程图
作者其他创作
大纲/内容
https://cloud.google.com/v1/oauth/authorize?response_type=code&client_id=CLIENT_ID&redirect_uri=CALLBACK_URL&scope=contact
App-server
oauth-server
4.passing code to server end
2.send in request
10.display result
7.access_token
App GUI
8.access_token
3. login from google and code is sent to CALLBACK_URL
6.access_token+refresh_token
access app GUI
9.come back with the requested resources e.g. user contact list
resource-server
5.using code to request for access token e.g. JWT
收藏
收藏
0 条评论
下一页