I have a token generated using an OAuthV2 policy:
<OAuthV2 name="OAuthV2.GenerateAccessToken" continueOnError="false">
<Operation>GenerateAccessToken</Operation>
<ExpiresIn ref="flow.expirationTime">3600000</ExpiresIn>
....
....
<Attributes>
<Attribute name="attr1" ref="request.formparam.attr1" display="true"/>
<Attribute name="attr2" ref="request.formparam.attr2" display="true"/>
</Attributes>
</OAuthV2>
The token is binded with 2 attributes and expires after 3600 seconds.
Under certain conditions on attr1 and attr2 I want to force the token to expire before the real expiration time.
There is some way to do this inside a proxy or the only way is revoke the token using management API: