【发布时间】:2019-12-25 17:23:48
【问题描述】:
例子:
POST /oauth/token HTTP/1.1
Host: authorization-server.com
Content-type: application/x-www-form-urlencoded
grant_type=password
&username=exampleuser
&password=1234luggage
&client_id=xxxxxxxxxx
为什么 OAuth2 密码授权流程需要客户端 ID?为什么用户名和密码不够用?
【问题讨论】:
标签: authentication oauth-2.0 passwords authorization clientid