I am developing an outlook add-in using the Yeoman Office generator (Office Add-in Task Pane project supporting single sign-on).
All documentation on using this program says to run "npm run configure-sso" after Yeoman has finished and it builds the AAD instance for you.
My problem is "npm run configure-sso" saves the client secret in Microsoft's Credential Manager (on the PC), but I want to host my add-in on Azure. Is there a way to move the client secret from Credential Manager into an Azure instance, or into an environment variable in the add-in?