Forum Discussion

sguru's avatar
sguru
Occasional Contributor
6 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...