My use case is add a custom attribute in proxy 1 using SetOAuthV2Info policy and get the same custom attribute in proxy 2 using OAuthV2 (VerifyAccessToken). There is a gap of few seconds in those 2 actions. As per the trace on Proxy 1, I could see that the attribute is added successfully to the access token. But as per trace on Proxy 2, not able to see that attribute as part of call 1 and able to see it in call 2. Didn't understand why? Is it not dynamic? Is there any delay in getting the custom attribute updated? Any help on this issue would be greatly appreciated.