Jwt访问api提示401错误 Authorization has been denied for this request

在尝试使用OAuth获取JSON Web Tokens (JWT) 并访问受保护的API端点时遇到401未经授权的问题。原因在于API不理解这些JWT。解决方法包括参照教程完成Step 6:消费JSON Web Tokens,并参考Stack Overflow上的讨论和另一篇关于解耦授权服务器与资源服务器的文章。
摘要由CSDN通过智能技术生成

教程  http://bitoftech.net/2015/02/16/implement-oauth-json-web-tokens-authentication-in-asp-net-web-api-and-identity-2/   

源码  https://github.com/ChuckTest/AspNetWebApi2/

对应到commit的编号25df01a25c0aa8cada67474c3788272cace428db

 

 

发现是忘记step 6了

Step 6: Consume JSON Web Tokens

Now if we tried to obtain an access token by sending a request to the end point “oauth/token” then try to access one of the protected end points we’ll receive 401 Unauthorized status, the reason for this that our API doesn’t understand those JWT tokens issued by o

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值