Skip to content

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>   ```