diff --git a/security-gateway/README.md b/security-gateway/README.md index 063b2b4..4503295 100644 --- a/security-gateway/README.md +++ b/security-gateway/README.md @@ -2,7 +2,7 @@ ## Getting up and Running... ````bash -./build-images.sh +./build.sh docker-compose up ```` @@ -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) @@ -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... \ No newline at end of file +Probably have to clear your cookies and restart the Docker bits...