添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Forum Discussion

sguru
Occasional Contributor
7 years ago

How to use Oauth 2.0 with grant type password? I also need to supply Authorizatio header value.

1. I get access token like this:  (POST)     https://url/auth-service/oauth/token?grant_type=password&username=username&password=password 2. I also set header Authorization value in the header (Aut...