Updated Token Introspecting Client Config (markdown)

master
jrixon 2016-11-22 16:41:49 +11:00
parent b4f4ada24a
commit 87d82e9522
1 changed files with 1 additions and 1 deletions

@ -26,7 +26,7 @@ The `Introspection Configuration Service` interface looks at the context of the
The static provider simply returns the same configured URL and the same configured client for all requests, regardless of context. The static provider simply returns the same configured URL and the same configured client for all requests, regardless of context.
```xml ```xml
<bean class="org.mitre.oauth2.introspectingfilter.StaticIntrospectionUrlProvider"> <bean class="org.mitre.oauth2.introspectingfilter.service.impl.StaticIntrospectionConfigurationService">
<property name="introspectionUrl" value="http://authserver/introspect" /> <property name="introspectionUrl" value="http://authserver/introspect" />
<property name="clientConfiguration"> <property name="clientConfiguration">
<bean class="org.mitre.oauth2.model.RegisteredClient"> <bean class="org.mitre.oauth2.model.RegisteredClient">