How to keep claims from original access_token when get a new one via refresh_token

I can get acr and amr value in the access token after init grant flow, but when I try to get token via fresh_token, then the new access_token lost acr and amr, anyone can help? thanks