Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
clarify tenant bearer token example
  • Loading branch information
jchartrand authored Oct 5, 2023
1 parent d2dfd9b commit da3fab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ http://myhost.org/instance/econ101/credentials/issue

where `econ101` is the tenant name you'd have set in the env files.

If you set a token for the tenant, you'll have to include that token in the auth header as a Bearer token. A curl command to issue on the `econ101` endpoint would then look like:
If you set a token for the tenant, you'll have to include that token in the auth header as a Bearer token. A curl command to issue on the `econ101` endpoint would then look exactly like the call in the example above, but with the bearer token set in the 'Authorization' header like so:

```
curl --location 'http://localhost:4005/instance/econ101/credentials/issue' \
Expand Down

0 comments on commit da3fab1

Please sign in to comment.