Skip to content

Commit

Permalink
OLMIS-3708: Updated obtaining an access token steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kpalkowska committed Apr 5, 2018
1 parent 6e26f93 commit a709ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/components/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Obtaining an access token:
6. Enter the username :code:`administrator` and password :code:`password`
7. Click :code:`Post`
8. In the :code:`Response` box, copy the UUID. e.g. :code:`"access_token": "a93bcab7-aaf5-43fe-9301-76c526698898"` copy :code:`a93bcab7-aaf5-43fe-9301-76c526698898` to use later
9. Paste the UUID you just copied into any endpoint's :code:`access_token` field and into :code:`Authorization` with *Bearer* e.g. :code:`"access_token": "a93bcab7-aaf5-43fe-9301-76c526698898"` -> :code:`Authorization: Bearer a93bcab7-aaf5-43fe-9301-76c526698898`
9. Paste the UUID you just copied into any endpoint's :code:`access_token` field or into :code:`Authorization` with *Bearer* e.g. :code:`"access_token": "a93bcab7-aaf5-43fe-9301-76c526698898"` -> :code:`Authorization: Bearer a93bcab7-aaf5-43fe-9301-76c526698898`

************
Auth Service
Expand Down

0 comments on commit a709ce8

Please sign in to comment.