openid-connect-server-webapp web project

master
sdcuike 2015-09-07 09:21:50 +08:00
parent 1efebb3a8b
commit 18251f4d3d
1 changed files with 2 additions and 2 deletions

@ -51,7 +51,7 @@ To configure an http and https proxy, add this option (especially because it see
## Data Connection
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/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.