All Projects → monkeyk → Myoidc

monkeyk / Myoidc

Licence: apache-2.0
基于OIDC协议的参考实现,根据各类库提供实现参考

Projects that are alternatives of or similar to Myoidc

Django Oidc Provider
OpenID Connect and OAuth2 provider implementation for Djangonauts.
Stars: ✭ 320 (+142.42%)
Mutual labels:  oauth2, openid-connect, openid
Node Oidc Provider
OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js
Stars: ✭ 2,018 (+1428.79%)
Mutual labels:  oauth2, openid-connect, openid
Jpproject.identityserver4.adminui
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞IdentityServer4 and ASP.NET Core Identity
Stars: ✭ 717 (+443.18%)
Mutual labels:  oauth2, openid-connect, openid
External Auth Server
easy auth for reverse proxies
Stars: ✭ 189 (+43.18%)
Mutual labels:  oauth2, openid-connect, openid
Passport
Simple, unobtrusive authentication for Node.js.
Stars: ✭ 19,608 (+14754.55%)
Mutual labels:  oauth2, openid, openid-connect
Oauth2 Server
OAuth2 Server Library
Stars: ✭ 42 (-68.18%)
Mutual labels:  oauth2, openid-connect, openid
Hydra
OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Compatible with MITREid.
Stars: ✭ 11,884 (+8903.03%)
Mutual labels:  oauth2, openid-connect, openid
React Oidc Client Js
OpenID Connect (OIDC) client with React and typescript
Stars: ✭ 122 (-7.58%)
Mutual labels:  openid-connect, openid
Salte Auth
💻🗝 Authentication for the modern web!
Stars: ✭ 61 (-53.79%)
Mutual labels:  oauth2, openid
Assent
Multi-provider framework in Elixir
Stars: ✭ 126 (-4.55%)
Mutual labels:  oauth2, openid-connect
Aspnetcoreid4external
external OpenID Connect Login to IdentityServer4 with AAD
Stars: ✭ 63 (-52.27%)
Mutual labels:  oauth2, openid
Django Auth Adfs
A Django authentication backend for Microsoft ADFS and AzureAD
Stars: ✭ 127 (-3.79%)
Mutual labels:  oauth2, openid-connect
Express Openid Connect
An Express.js middleware to protect OpenID Connect web applications.
Stars: ✭ 121 (-8.33%)
Mutual labels:  openid-connect, openid
Aspnetcorehybridflowwithapi
ASP.NET Core MVC application using API, OpenID Connect Hybrid flow , second API, Code Flow with PKCE
Stars: ✭ 127 (-3.79%)
Mutual labels:  oauth2, openid
Appauth Ios
iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.
Stars: ✭ 1,069 (+709.85%)
Mutual labels:  oauth2, openid-connect
Login Cidadao
Projeto Login Cidadão
Stars: ✭ 61 (-53.79%)
Mutual labels:  oauth2, openid-connect
Traefik Forward Auth
Minimal forward authentication service that provides Google/OpenID oauth based login and authentication for the traefik reverse proxy
Stars: ✭ 1,064 (+706.06%)
Mutual labels:  oauth2, openid-connect
Simpleidentityserver
OpenId + Uma + Oauth 2.0 providers + SCIM2.0 + RFID reader (DEPRECATED)
Stars: ✭ 48 (-63.64%)
Mutual labels:  oauth2, openid
Nginx Openid Connect
Reference implementation of OpenID Connect integration for NGINX Plus
Stars: ✭ 96 (-27.27%)
Mutual labels:  oauth2, openid-connect
Reactive Spring Security 5 Workshop
Hands-On workshop for securing a reactive spring boot 2 application in multiple steps
Stars: ✭ 92 (-30.3%)
Mutual labels:  oauth2, openid-connect

#MyOIDC

openid

基于OIDC协议的参考实现,根据各类库提供实现参考.

提示:从v1.1.2版本开始最新的代码更新在Gitee上,访问地址 https://gitee.com/mkk/MyOIDC

OIDC(OpenID Connect), 下一代的身份认证授权协议; 当前发布版本1.0;
OIDC是基于OAuth2+OpenID整合的新的认证授权协议; OAuth2是一个授权(authorization)的开放协议, 在全世界得到广泛使用, 但在实际使用中,OAuth2只解决了授权问题, 没有实现认证部分,往往需要添加额外的API来实现认证; 而OpenID呢,是一个认证(authentication )的协议, 二者在实际使用过程中都有其局限性;
综合二者,即是OIDC; 通过OIDC,既能有OAUTH2的功能,也有OpenID的功能; 恰到好处… 查看完整介绍


OIDC 协议

Version: 1.0

英文原版: http://openid.net/specs/openid-connect-core-1_0.html

JSON Web Signature(JWS): https://tools.ietf.org/html/rfc7515

JSON Web Encryption(JWE): http://tools.ietf.org/html/draft-ietf-jose-json-web-encryption

JSON Web Key(JWK): https://tools.ietf.org/html/draft-ietf-jose-json-web-key-41

OIDC相关文章与介绍 http://andaily.com/blog/?s=OIDC


项目介绍

Maven项目, 字符编码: UTF-8; 基于TDD模式与DDD模式设计; 使用SpringBoot实现

使用的框架与版本号
  • JDK (1.8.0_40)

  • SprintBoot (2.1.4.RELEASE)

  • Sprint-Security-OAuth (2.3.5.RELEASE)

  • Jose4j (0.7.1)

  • MySQL (5.7)

模块说明

  • myoidc-server - OpenID Provider[OP] 认证授权服务端

  • myoidc-client - Relying Party[RP] 客户端


功能列表

介绍项目开发的计划与安排, 以及各个功能点

  • 编写各个OIDC实现库的使用DEMO

  • 参考OIDC协议实现具体的流程

  • 项目整体基于spring-oauth-server扩展实现


项目日志

  1. 2016-12-25 项目公开, 完善文档. 添加OIDC 库测试代码 Jose4JTest.java, NimbusJoseJwtTest.java

  2. 2016-07-12 开始尝试翻译OIDC协议为中文

  3. 2017-01-21 加入GitHub https://github.com/monkeyk/MyOIDC, [email protected]地址 http://gitee.com/mkk/MyOIDC

    (与GitHub同步)
  4. 2018-02-04 开始1.1.0分支, 使用SprintBoot重构, 开始受折磨的技术

  5. 2020-03-10 1.1.0分支继续开发, 包括Endpoint API, 界面流程完善,EU,RP功能开发等; 详细查看文件others/development-log.txt

  6. 2020-04-16 1.1.0分支开发完成, v1.1.1开始分支

  7. 2020-06-03 1.1.1分支开发完成并发布, 开始v1.1.2分支


相关资源


国内OIDC 实践


拥抱OIDC…
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].