We are using a azure b2c signup custom policy. While user clicks on a register button from www.domain.com/register SPA to get to azure b2c register page , after successfull registeration we want user to be redirected to a page which is www.domain.com/editprofile
But currently the AzureB2c Signup policy returns user back to where they come from which is www.domain.com/register. is that possible to change it ?