Fix paths to sql files
parent
9f7fc587b9
commit
b987e0b6ec
|
@ -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 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/src/main/resources/db/clients.sql` and `openid-connect-server/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/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.
|
||||||
|
|
||||||
## Java Cryptographic Extensions (JCE)
|
## Java Cryptographic Extensions (JCE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue