When i am generating an access token using OauthV2 Policy, i do not want to add a custom attribute if it is not supplied from my API. By default i see that the customer attribute is added with an empty string even the value of the ref in that attribute is null or empty.
In this case, i do not want to add the attribute test to my token metadata if request.formparam.test is not being passed. How can i achieve this.