From b488789415c3a30cbf0b1a362d35be0a27642b00 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Wed, 21 Aug 2013 11:11:12 -0700 Subject: [PATCH] Updated Server configuration (markdown) --- Server-configuration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Server-configuration.md b/Server-configuration.md index cae451e..a252d73 100644 --- a/Server-configuration.md +++ b/Server-configuration.md @@ -33,4 +33,8 @@ If you override this file, be sure to include the `promptFilter` in your configu -``` \ No newline at end of file +``` + +## 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. \ No newline at end of file