updated issuer to more common deployment pattern for simple Tomcat instances, addresses #333

pull/338/head
Justin Richer 2013-05-10 11:46:16 -07:00
parent cd99f27bf8
commit cc9eea5b3d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.1.xsd">
<bean id="configBean" class="org.mitre.openid.connect.config.ConfigurationPropertiesBean">
<property name="issuer" value="http://localhost/" />
<property name="issuer" value="http://localhost:8080/openid-connect-server/" />
<property name="logoImageUrl" value="resources/images/openid_connect_small.png" />
<property name="topbarTitle" value="OpenID Connect Server" />
</bean>