Corrected documentation links to default clients.sql and users.sql
parent
b063dbed84
commit
1213f6beda
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue