Skip to content

Commit

Permalink
Again checking alternate combo for relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil Allewar authored and Anil Allewar committed Aug 1, 2015
1 parent c5a7cf9 commit 6ae9364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions auth-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
* Start the mysql container again by using the `docker run -d -e........` command specified above.
### Projects that need to be started before
* [config server](config-server/README.md) - For pulling the configuration information
* [webserver-registry](webserver-registry/README.md) - For starting the Eureka server since the authorization server also is a micro-service that needs to be registered with Eureka server.
* [config server](/../blob/master/config-server/README.md) - For pulling the configuration information
* [webserver-registry](/../blob/master/webserver-registry/README.md) - For starting the Eureka server since the authorization server also is a micro-service that needs to be registered with Eureka server.
### Running the application
* Build the application by running the `./gradlew clean build` gradle command at the "auth-server" project root folder on the terminal.
Expand All @@ -48,7 +48,7 @@
* When testing the authentication and authorization flow, ensure that you don't have cookies and HTTP basic credentials stored in the browser cache. The simplest way to do that say in `Chrome` is to open a new `incognito window`.
## External Configuration
Please refer to [user webservice](user-webservice/README.md) for details on how the external configuration works. Note that there is separate configuration file for each Spring application; the application should refer to it's own .yml file for configuration.
Please refer to [user webservice](/../blob/master/user-webservice/README.md) for details on how the external configuration works. Note that there is separate configuration file for each Spring application; the application should refer to it's own .yml file for configuration.
### Testing different authorization grant types
#### Authorization code
Expand Down

0 comments on commit 6ae9364

Please sign in to comment.