Zend certified PHP/Magento developer

Magento 2 : Redirect to customer after login to previous URL

For ex. suppose I open this URL before login.

https://d89a529178.nxcli.net/hbftextiles/cuttingapproval/cfa/edit/id/43080

Actual result: It opens up the login page, once I log in it redirects to the homepage.

Desired result: It opens up the login page, once I log in it should redirect on same above URL (i.e https://d89a529178.nxcli.net/hbftextiles/cuttingapproval/cfa/edit/id/43080) after login.

Is it possible?