From c19798cc036e109edd653675e9b7d5aa32cb595f Mon Sep 17 00:00:00 2001 From: Adrian Date: Thu, 8 May 2014 12:37:04 -0700 Subject: [PATCH] Added login demo username/password since we can't create accounts. --- Build-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-Instructions.md b/Build-Instructions.md index e0a7fb3..5da1206 100644 --- a/Build-Instructions.md +++ b/Build-Instructions.md @@ -79,7 +79,7 @@ To run the embedded Jetty server and deploy the server webapp, run the following `mvn jetty:run` -This will deploy the server to `http://localhost:8080/openid-connect-server-webapp/`. +This will deploy the server to `http://localhost:8080/openid-connect-server-webapp/`. You can login with username: `user` and password: `password`. ## Deploying with Tomcat