Updated Client configuration (markdown)
parent
a1469c6cf8
commit
b986dfd598
|
@ -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>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue