Refresh exchanged token

Hi. I have a problem with refreshing the exchanged token. I get token with aud claim = ‘aud_1’, then I exchange this token and aud become ‘aud_2’. Then when I want to refresh the last token, keycloak returns access token with aud = ‘aud_1’ instead of ‘aud_2’.
Could anybody help with this issue?