Created Token Introspecting Client Config (markdown)
parent
0e3108e19c
commit
196501af73
|
@ -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> ```
|
Loading…
Reference in New Issue