Owin UseYahooAuthentication在MVC应用中给我401错误

时间:2018-11-12 19:51:55

标签: oauth asp.net-identity owin identityserver4 yahoo-oauth

我在Yahoo中创建了一个具有“通讯录”阅读权限的应用。并且我添加了ConsumerKey和ConsumerSecret,但是当我单击Yahoo按钮时,它给了我响应状态代码不表示成功:401(禁止访问)。错误。

app.UseYahooAuthentication(new YahooAuthenticationOptions()
        {
            ConsumerKey = ConfigurationManager.AppSettings["Yahoo.ConsumerKey"],
            ConsumerSecret = ConfigurationManager.AppSettings["Yahoo.ConsumerSecret"]
        });

0 个答案:

没有答案