Updated Client configuration (markdown)

master
Justin Richer 2013-12-04 07:25:12 -08:00
parent a1469c6cf8
commit b986dfd598
1 changed files with 1 additions and 1 deletions

@ -93,7 +93,7 @@ Always returns the same issuer, very useful for tightly-coupled deployments.
``` ```
<bean class="org.mitre.openid.connect.client.service.impl.StaticSingleIssuerService"> <bean class="org.mitre.openid.connect.client.service.impl.StaticSingleIssuerService">
<property name="issuer" value="http://idp.example.com/openidconnect" /> <property name="issuer" value="https://idp.example.com/openidconnect" />
</bean> </bean>
``` ```