Skip to content

Commit

Permalink
Merge pull request #3 from rud/patch-1
Browse files Browse the repository at this point in the history
README: fix script name
  • Loading branch information
benwilcock authored Jan 20, 2020
2 parents 2b031b5 + d20d221 commit 96a60f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions security-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Getting up and Running...

````bash
./build-images.sh
./build.sh
docker-compose up
````

Expand All @@ -15,7 +15,7 @@ You'll be asked to login, use Username: `user1` and Password: `password`.
> These credentials are configured in the `[uaa/uaa.yml](uaa/uaa.yml)` file.
You'll be asked to Authorise that the resource-server is allowed to read your profile and check your scopes.
Click "Authorise` to allow this. You'll then be redirected to your original destination and the resource server
Click "Authorise" to allow this. You'll then be redirected to your original destination and the resource server
will print out your Subject's identity GUID.

> Resource was accessed by a584b8b8-eaf2-4280-b9c3-12f65cf8524b (sub)
Expand All @@ -27,4 +27,4 @@ When you're done use `Ctrl-C` to stop the containers, `docker-compose rm -f` to

## Want to go again?

Probably have to clear your cookies and restart the Docker bits...
Probably have to clear your cookies and restart the Docker bits...

0 comments on commit 96a60f7

Please sign in to comment.