ASP.Net WebApi OAuth搭建

2023/12/24 11:01:00

Category 软件技术 Tag asp.net,api,oauth

什么是OAuth

OAuth是一个关于授权(Authorization)的开放网络标准,目前的版本是2.0版。注意是Authorization(授权),而不是Authentication(认证)。用来做Authentication(认证)的标准叫做openidconect。


https://blog.csdn.net/qq285679784/article/details/80108389


https://blog.csdn.net/cxu123321/article/details/105957460/