We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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> ```
There was an error while loading. Please reload this page.