Created Token Introspecting Client Config (markdown)

master
srmoore 2013-07-08 11:25:45 -07:00
parent 0e3108e19c
commit 196501af73
1 changed files with 9 additions and 0 deletions

@ -0,0 +1,9 @@
Steve write stuff here.
In applicationContext.xml:
``` <oauth:resource-server id="resourceServerFilter" token-services-ref="IntrospectingService" />
<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> ```