Updated Server configuration (markdown)

master
Justin Richer 2013-08-21 11:11:12 -07:00
parent d6d3ca7247
commit b488789415
1 changed files with 5 additions and 1 deletions

@ -34,3 +34,7 @@ If you override this file, be sure to include the `promptFilter` in your configu
```
## server-config.xml
This file defines the `ConfigurationPropertiesBean` that holds basic, static configuration information about the server. Many classes throughout the project inject the `ConfigurationPropertiesBean` in order to get at important values that can't be otherwise discovered, such as the server's `issuer`. By default, `issuer` is set to `http://localhost:8080/openid-connect-server/`, but if the system is to be accessed on anything other than this URL, the value **must** be overridden and changed to the full root URL of the server.