Updated Token Introspecting Client Config (markdown)
parent
b4f4ada24a
commit
87d82e9522
|
@ -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.
|
||||
|
||||
```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="clientConfiguration">
|
||||
<bean class="org.mitre.oauth2.model.RegisteredClient">
|
||||
|
|
Loading…
Reference in New Issue