Updated Client configuration (markdown)

master
Justin Richer 2013-07-15 06:32:54 -07:00
parent f556c0bad7
commit 4a0f6d4281
1 changed files with 1 additions and 1 deletions

@ -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. 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"> <property name="clients">
<map> <map>
<entry key="${idp.url}"> <entry key="${idp.url}">