Updated Client configuration (markdown)

master
Justin Richer 2013-12-04 07:25:05 -08:00
parent 7747b9ab6d
commit a1469c6cf8
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">
<property name="issuer" value="${idp.url}" />
<property name="issuer" value="http://idp.example.com/openidconnect" />
</bean>
```