From 1213f6bedabebc17ff0d4154f6cb532b8c9fb7f2 Mon Sep 17 00:00:00 2001 From: chrisjsimpson Date: Sat, 29 Jun 2019 15:27:52 +0100 Subject: [PATCH] Corrected documentation links to default clients.sql and users.sql --- Build-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-Instructions.md b/Build-Instructions.md index 1212f85..f585ea6 100644 --- a/Build-Instructions.md +++ b/Build-Instructions.md @@ -53,7 +53,7 @@ To configure an http and https proxy, add this option (especially because it see The demo server webapp is configured out of the box to use an in-memory HyperSQL database (hsqldb). All data that the server stores, such as tokens, clients, and user authorizations, will be lost when the server is shut down. In order to persist data for longer than a single session, it is necessary to change the data source as configured in `openid-connect-server-webapp/src/main/webapp/WEB-INF/data-context.xml`. -The server is auto-configured with one client and two users, which are enumerated in the file `openid-connect-server-webapp/src/main/resources/db/clients.sql` and `openid-connect-server-webapp/src/main/resources/db/users.sql`. These files are automatically loaded by the hsqldb data source and can be edited to hold other clients and users. +The server is auto-configured with one client and two users, which are enumerated in the file `openid-connect-server-webapp/src/main/resources/db/hsql/clients.sql` and `openid-connect-server-webapp/src/main/resources/db/hsql/users.sql`. These files are automatically loaded by the hsqldb data source and can be edited to hold other clients and users. ## Java Cryptographic Extensions (JCE)