We are recreating functionalities of our app which allows to sync its files with Box, using .Net SDK and OAuth2. The previous app permitted to have a blank redirect_uri :
which is not allowed anymore. Our customers can deploy our application with any URL so it is impossible for us to hardcode it or to ask them to each create a box dev account and set this.
How can we allow any redirect_uri to be accepted during authorization ?