diff --git a/Build-Instructions.md b/Build-Instructions.md index 1703879..900070e 100644 --- a/Build-Instructions.md +++ b/Build-Instructions.md @@ -67,4 +67,6 @@ The project uses JCE through BouncyCastle which may require special installation To deploy the Server, copy the generated .war file to the tomcat `webapps` directory, such as: -`cp openid-connect-server/target/openid-connect-server.war /var/lib/tomcat6/webapps` \ No newline at end of file +`cp openid-connect-server/target/openid-connect-server.war /var/lib/tomcat6/webapps` + +To configure the server for local use, see the [Server Configuration](wiki/Server-configuration) documentation. Most importantly, the `issuer` value in the server configuration bean needs to be set to the URL that the server can be accessed from. The default value for the `issuer` is `http://localhost:8080/openid-connect-server/`. \ No newline at end of file