概念篇
實踐篇
- 1.客戶端模式(Client Credentials Grant)
- + .net core 認證 Authentication 授權 Authorization 補充篇 (1)
- + .net core 認證 Authentication 授權 Authorization 補充篇 (2)
- 2.密碼模式(Resource Owner Password Credentials Grant)
- 3.簡化模式(implicit grant type)
- 4.授權碼模式(authorization code)
實戰篇
- 微服務實戰 Jwt令牌的使用
最近工作中發現很多同事對於授權認證這塊都不是很熟悉,接下來的幾個禮拜中我會陸續完成上述目錄的隨筆,也不是說實現OAuth2.0一定要用IdentityServer4實現,
在實戰篇中就是非IdentityServer4 去做的,具體實戰還是需要結合項目去定奪。