Skip to content

Commit

Permalink
Merge pull request #25 from barnesalex/patch-1
Browse files Browse the repository at this point in the history
Update because token_username is not valid
  • Loading branch information
joestubbs committed Jan 14, 2020
2 parents 793eeeb + 35a7e39 commit 26649a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/agave/introduction/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Create a variable for the client key and secret by entering:
.. code-block:: shell
curl -v -u $key:$secret -X POST
-d 'grant_type=password&username=<testshareuser>&password=<testshareuserpassword>&token_username=<testshareuser>&scope=PRODUCTION'
-d 'grant_type=password&username=<username>&password=<password>&scope=PRODUCTION'
https://api.tacc.utexas.edu/token
Once you have obtained that token, save it as a variable by entering the following command

Expand Down

0 comments on commit 26649a9

Please sign in to comment.