I was recently creating a Provider-hosted SharePoint App for SharePoint Online 2013 & Windows Azure, however, I incorrectly added the wrong Redirect Domain and Redirect URL with Client-ID in the Seller Dashboard. My question is how do I update the ‘Redirect URL’ and ‘Redirect Domain’ without creating a new Client-ID in the Seller Dashboard?
I think you can update the existing app manifest settings using _layouts/appinv.aspx. Please see https://msdn.microsoft.com/en-us/library/office/jj687469.aspx for more details. Also you can also control the redirect url using the appredirect.aspx by specifying the redirect_uri parameter if you need to redirect from the default one as mentioned here. https://collab365.org/office-365-sharepoint-2013-autoinstall-a-sharepoint-app-at-the.