Updated Client configuration (markdown)
parent
7747b9ab6d
commit
a1469c6cf8
|
@ -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="${idp.url}" />
|
<property name="issuer" value="http://idp.example.com/openidconnect" />
|
||||||
</bean>
|
</bean>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue