-
Notifications
You must be signed in to change notification settings - Fork 762
Token Introspecting Client Config
srmoore edited this page Jul 8, 2013
·
7 revisions
Steve write stuff here.
In applicationContext.xml:
<bean id="IntrospectingService" class="org.mitre.oauth2.introspectingfilter.IntrospectingTokenService">
<property name="clientId" value="cws.dictionary"/>
<property name="clientSecret" value="dictionary.secret"/>
<property name="introspectionUrl" value="${idp.url}introspect"/>
</bean> ```
Software is available under the Apache 2.0 license. Documentation available under the Creative Commons 3.0 By-NC license.