Setting ASP.Net 5 Authentication AppId and AppSecret Configuration in Azure Websites
问题 I'm getting an Error 500 due to missing AppId and AppSecret on my Azure websites deployment. How do I set this up on the server? Copying the project.json file seems to be insufficient. On the development machine, the AppId and AppSecret values were added to configuration through SecretManager. UPDATE: I have now hardcoded the AppId and AppSecret values in code as the way its done in previous versions and of course this still works. Eventually, I'd like to still be able to use SecretManager