Identity Server4 及 其它 OpenId 服务器 学习

00、https://jwt.io/   jwt 原理          OAuth2/OpenID Connect 规范    https://openid.net/

01、CAS Enterprise Single Sign-On: https://apereo.github.io/cas/6.0.x/index.html

02、django-oauth-toolkit :     https://django-oauth-toolkit.readthedocs.io/en/latest/ 

       OAuthLib - https://github.com/oauthlib/oauthlib

03、关于 IdentityServer4 中的 Jwt Token 与 Reference Token

 

0、Ocelot:   一个.NET API 网关. https://github.com/ThreeMammals/Ocelot

       https://threemammals.com/ocelot/      参考文档   https://ocelot.readthedocs.io/en/latest/

      微软写的关于微服务的电子书(当前 .netcore 2.2  ):https://docs.microsoft.com/en-us/dotnet/architecture/microservices/index

        https://dotnet.microsoft.com/download/thank-you/microservices-architecture-ebook

===================================================

1、Identity Server4 学习: https://identityserver4.readthedocs.io/en/latest/

     Identity Server 4 中文文档(v1.0.0):   https://www.cnblogs.com/thinksjay/p/10740144.html

      stulzq/IdentityServer4.Samples   https://github.com/stulzq/IdentityServer4.Samples

      一个先行者的学习记录,中文,参考之。

=============================================

5  (推荐学习) skoruba/IdentityServer4.Admin     https://github.com/skoruba/IdentityServer4.Admin/tree/dev

       Dev 版本已经升级 Net Coe 3.0 。

5.2(学习参考!) brunohbrito/JPProject.IdentityServer4.SSO      完整版本 

                               JPProject.IdentityServer4.AdminUI      界面版本   

        Administration tools for idIdentityServer4 and ASP.NET Core Identity     https://jpproject.azurewebsites.net/a…

      文档: https://jp-project.readthedocs.io/en/latest/intro/big_picture.html

      升级到 :Aspnet Core 3.0 ,   项目开发基础   Equinox Project

==============================================

5-8  zarxor/IdentityServer4.OpenAdmin           https://github.com/zarxor/IdentityServer4.OpenAdmin

       很长时间没有更新。 

5-9  gustavobigardi/IdentityServer.BlazorAdmin     https://github.com/gustavobigardi/IdentityServer.BlazorAdmin

       很长时间没有更新。

6、 (国人扩展) owenxuwei/ids4.AdminUI   , https://github.com/owenxuwei/ids4.AdminUI

     基于 IdentityServe4 提供了界面管理功能。并增加了一些配置功能.

7、 (国人扩展) anjoy8/Blog.IdentityServer   https://github.com/anjoy8/Blog.IdentityServer

     打造一个功能强大的Id4授权服务中心

=========================================

Aspnet Core  的第三方身份验证:

1、微信  Weixin (WeChat) 的 Documentation  https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers

2、微博 Weibo  Documentation 、 QQ  Documentation、 Baidu Documentation 

OAuth 2 Simplified 规范简化版本说明:  https://aaronparecki.com/oauth-2-simplified/#authorization 

=========================================

B1、认证与授权——单点登录协议盘点:OpenID vs OAuth2 vs SAML

     https://www.jianshu.com/p/5d535eee0a9b

 

B2、Keycloak (Java) : open source Identity and Access Management solution。

      https://www.keycloak.org/                 https://github.com/keycloak/keycloak

     (学习资料汇总)  https://github.com/thomasdarimont/awesome-keycloak

 

B3、hydra (Go) OpenID Certified™ OpenID Connect & OAuth2 Server    (官网)  https://www.ory.sh/

       https://gethydra.sh/?utm_source=github&utm_medium=banner&utm_campaign=hydra

       https://github.com/ory/hydra

 

posted @ 2019-09-17 15:29  Hopesun  阅读(870)  评论(0编辑  收藏  举报