​Updating Access Token Attributes not working.

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>
0 1 200
1 REPLY 1

Hi @Joshua Cariño - Could you please help in getting the sample of your proxy code so we can debug and help you?

There is an alternate way to do this with management API - https://apidocs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/oauth2/accesstokens/%7B...