部署在azure应用程序服务上时,OAUTH2 API无法按预期重定向

时间:2019-03-11 19:47:38

标签: azure azure-web-sites

我在Azure应用服务上部署了一个API,该API使用Linkedin oauth2对用户进行身份验证。但是,在Linkedin发回令牌后,页面不会重定向回/ dashboard并返回HTTP500。对此有什么解决方案?

我的网站: https://myapiv1test.azurewebsites.net/auth/linkedin/

我的代码: https://github.com/allan9595/api-linkedin-test

我在heroku和local上部署了相同的API,并且都按预期工作。

https://myapiv1test.herokuapp.com/auth/linkedin

1 个答案:

答案 0 :(得分:0)

如本文档(https://docs.microsoft.com/en-us/azure/app-service/app-service-authentication-how-to中所述),当前是身份验证提供程序唯一支持的(AAD,Facebook,Google,Microsoft帐户,Twitter)身份。请查看此Uservoice https://feedback.azure.com/forums/355860-azure-functions/suggestions/13286541-enable-custom-3rd-party-authentication-providers以获取有关LinkedIn支持的反馈,您可以投票并评论您的要求。