Is it possible Current Access token should not be expired when a new refresh token is issued?

 
0 1 56
1 REPLY 1

Not applicable

No, thats not possible. This is a security feature of Oauth 2. The old tokens shouldn't be used again once the new token is generated.

I would suggest to use client credentials grant type, if you don't want current access token not to expire. you can generate multiple tokens in that case.