updated issuer to more common deployment pattern for simple Tomcat instances, addresses #333
parent
cd99f27bf8
commit
cc9eea5b3d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue