JustAuthPlus(JAP)1.0.6 重磅来袭,正式支持 LDAP!
共 1755字,需浏览 4分钟
·
2021-11-08 18:54
JustAuthPlus(JAP)1.0.6 重磅来袭,正式支持 LDAP!
版本内容
新特性
•正式支持 LDAP 中用户的登录认证,jap-ldap
支持使用 LDAP 中的用户进行身份认证。适配 LDAP 中的标准密码加密类型,如:clear, k5key, md5, smd5, sha, ssha, sha512, sha256, ext_des, md5crypt, sha256crypt, sha512crypt 和 crypt。更多使用说明请参考:使用jap-ldap[1]•支持自定义 JapUserStore
。(Gitee Issue #I4BHBJ[2])
优化修复
•重构发布快照流水线。(Github PR #15[3])•修改 JapUserService
接口中的 createAndGetHttpApiUser
方法名使其更符合语义。(Github PR #13[4])•[jap-ids] 将 AccessToken
中的 LocalDateTime
改为 Date•合并 Github PR #16[5]•解决 Gitee Issue #I4FGZ1[6]•更新了一些错误的文案
依赖升级
•升级 hutool
的版本为 5.7.14•升级 JustAuth
的版本为 1.16.5
使用 jap-ldap
参考:集成jap-ldap[7]
JAP 数据看板
仓库统计
流量统计
数据截止到 2021-11-03 18:00:00
他们在用
项目贡献者列表
关注统计
关于 JAP
JAP 是一款开源的登录认证中间件,基于模块化设计,为所有需要登录认证的 WEB 应用提供一套标准的技术解决方案,开发者可以基于 JAP 适配绝大多数的 WEB 系统(自有系统、联邦协议)。Just auth into any app!
目前已经支持 Form、HTTP API(支持 Basic、Digest 和 Bearer 认证方式)、MFA、OAuth2、OIDC、SSO、Social、 LDAP(适配 LDAP 标准的加密算法 clear, k5key, md5, smd5, sha, ssha, sha512, sha256, ext_des, md5crypt, sha256crypt, sha512crypt 和crypt)、同时提供自研的 OAuth2.0 + OIDC 的服务端等功能。
期待你的参与
•开源地址:https://gitee.com/fujieid/jap | https://github.com/fujieid/jap•社区组织:https://gitee.com/fujieid | https://github.com/fujieid•开发者文档:https://justauth.plus•贡献指南:https://justauth.plus/community/contribution
引用链接
[1]
使用jap-ldap: https://justauth.plus/quickstart/jap-ldap/[2]
#I4BHBJ: https://gitee.com/fujieid/jap/issues/I4BHBJ[3]
#15: https://github.com/fujieid/jap/pull/15[4]
#13: https://github.com/fujieid/jap/pull/13[5]
#16: https://github.com/fujieid/jap/pull/16[6]
#I4FGZ1: https://gitee.com/fujieid/jap/issues/I4FGZ1[7]
集成jap-ldap: https://justauth.plus/quickstart/jap-ldap/