I’m trying to update the value of custom attributes of my Access Token, but it won’t change. When I call the GetTokenDetails policy from the same proxy I created to see the current values of the Custom attributes in the token, it still shows the same old values.
<SetOAuthV2Info async="false" continueOnError="false" enabled="true" name="OA-DeleteTokenDetails">
<AccessToken ref="apigee.access_token"/>
<Attributes>
<Attribute name="Value1">SomeValue1</Attribute>
<Attribute name="Value2">SomeValue2</Attribute>
</Attributes>
</SetOAuthV2Info>