Updated Client configuration (markdown)
parent
f556c0bad7
commit
4a0f6d4281
|
@ -299,7 +299,7 @@ It would be greatly preferable for a client to have its own implementation of th
|
|||
Combines a static client configuration service with a dynamically registered one. Checks the static configuration first, and if that fails, invokes the dynamic registration process. The `clients` property passes through to the static service and the `template` and `registeredClientService` properties pass through to the dynamic service underneath.
|
||||
|
||||
```
|
||||
<bean class="org.mitre.openid.connect.client.service.impl.StaticClientConfigurationService">
|
||||
<bean class="org.mitre.openid.connect.client.service.impl.HybridClientConfigurationService">
|
||||
<property name="clients">
|
||||
<map>
|
||||
<entry key="${idp.url}">
|
||||
|
|
Loading…
Reference in New Issue