What should my redirect URI for Excel Add-In be?
I've developed an Excel add-in using JS Node that I will be offering as a transactable offer on AppSource. I am now trying to work through Authentication & Authorization and SSO. I'm following the instructions here https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-single-page-app-javascript-sign-in, but for a production environment. Per the instructions, there is app registration setting I need to add for a platform redirect URI, the example give is http://localhost:3000. For a production environment should I instead use the link to my apps taskpane.html file (that is hosted on an Azure blob storage)?