Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get "Client Scoped Token" #20

Open
TMWagner opened this issue Oct 29, 2019 · 0 comments
Open

Unable to get "Client Scoped Token" #20

TMWagner opened this issue Oct 29, 2019 · 0 comments

Comments

@TMWagner
Copy link

The API I am trying to authenticate with defines this workflow:

If you haven’t already been granted access to the xxx Operations API, you should contact your sales representative and request access. Once this step has been done, you should have a username, password and refresh token for your API account. You will need this information to authenticate to the API.

Authentication Workflow
The authentication workflow comprises of two steps:

Use your refresh token to get a client-scoped access token
Use the client-scoped access token to access resources
For each step, the Authorization header must be present.

In Postman I am able to obtain a "Client-scoped access token" (see graphic)
2019-10-28_20-21-36

However, the documentation here on GitHub does not give any clue as to how to provide the provided static refresh token in the authentication process.

Is there any way to do that?

Seems everything else is working. If I take the "Client-scoped Token" generated by Postman manually add it, I'm able to make subsequent resource requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant