Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updates README to fix inconsistencies between Docker commands and local binary commands.

Signed-off-by: Marcel de Graaf <mail@marceldegraaf.net>
  • Loading branch information
marceldegraaf committed Dec 5, 2018
1 parent b4627a8 commit 4e0b7d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -110,7 +110,7 @@ $ hydra clients create \
--response-types code,id_token \
--grant-types refresh_token,authorization_code \
--scope openid,offline \
--callbacks http://127.0.0.1:4445/callback
--callbacks http://127.0.0.1:4446/callback
```

Now, run this project
Expand All @@ -124,7 +124,8 @@ And finally, initiate the OAuth 2.0 Authorization Code Flow:

```
$ hydra token user \
--endpoint http://localhost:4445/ \
--token-url http://localhost:4444/oauth2/token \
--auth-url localhost:4444/oauth2/auth \
--scope openid,offline \
--client-id test-client \
--client-secret test-secret
Expand Down

0 comments on commit 4e0b7d9

Please sign in to comment.