Bai
d6d7072da5
perf: request.GET.copy() to dict(), because copy() returned values is list []
2025-12-08 12:50:49 +08:00
fit2bot
993bc36c5e
perf: handling the next parameter propagation issue in third-party authentication flows ( #16395 )
...
* perf: remove call client old- method via ?next=client
* feat: add 2 decorators for login-get and login-callback-get to set next_page and get next_page from session
* perf: code style
* perf: handling the next parameter propagation issue in third-party authentication flows
* perf: request.GET.dict() to copy()
* perf: style import
---------
Co-authored-by: Bai <baijiangjie@gmail.com >
2025-12-08 12:34:32 +08:00
fit2bot
8d7267400d
fix: OpenID Only allow existing users to log in operate log error ( #16013 )
...
Co-authored-by: wangruidong <940853815@qq.com >
2025-10-22 14:53:12 +08:00
feng
75575af56f
perf: Callback client
2025-07-22 13:51:08 +08:00
wangruidong
cc4be36752
perf: Log IntegrityError details during user authentication
2025-07-15 18:58:16 +08:00
ibuler
7da74dc6e8
fix: integrate with azure oidc
2025-07-10 11:33:41 +08:00
fit2bot
763e67bd1d
perf: Integrate authentication to update user attribute logic ( #14979 )
2025-03-07 16:25:28 +08:00
feng
7a9a71197a
perf: Client login
2024-12-18 18:01:38 +08:00
Bai
817957dbac
fix: fixed an issue where auth backend could pass inspect
2024-12-09 15:38:20 +08:00
Bai
398758baa6
fix: when oidc enabled and use_state user login raise 400
2024-12-06 16:26:28 +08:00
wangruidong
c8b7008d42
perf: Translate
2024-09-06 10:54:12 +08:00
wangruidong
55e8e34226
fix: 500 error caused by duplicate email or username
2024-09-06 10:22:37 +08:00
feng
c545e2a3aa
perf: Support SAML2, OIDC user authentication services, mapping user group field information
2024-09-04 18:42:47 +08:00
ibuler
ba38852354
perf: 优化跳转页
2023-11-24 17:00:39 +08:00
jiangweidong
3ac35eec68
perf: 优化OIDC用户未激活时,会循环跳转登录页面
2023-10-09 16:00:36 +05:00
fit2bot
c11ba16e4e
perf: oidc 替换原有的is_ajax方法,优化accountbackupexecution 迁移文件 ( #11274 )
...
Co-authored-by: feng <1304903146@qq.com >
2023-08-14 18:37:28 +08:00
ibuler
b4b9c805ff
perf: 修改支持 Django4
2023-07-24 11:52:25 +08:00
jiangweidong
c121ac6b1d
perf: OpenID支持PKCE方式对接
2022-12-13 15:30:08 +08:00
Jiangjie.Bai
7151201d58
feat: 支持自定义认证 backend;统一其他认证方式的信号触发逻辑;
2022-08-24 11:41:48 +08:00
jiangweidong
2099baaaff
feat: 认证方式支持OAuth2.0协议 ( #8686 )
...
* feat: 认证方式支持OAuth2.0协议
* perf: 优化 OAuth2 认证逻辑和Logo (对接 Github)
* perf: 优化 OAuth2 认证逻辑和Logo,支持上传图标
* perf: 优化 OAuth2 认证逻辑和Logo,支持上传图标
* perf: 优化 OAuth2 认证逻辑和Logo,支持上传图标
* perf: 优化 OAuth2 认证逻辑和Logo,支持上传图标
Co-authored-by: Jiangjie.Bai <bugatti_it@163.com >
2022-08-04 14:40:33 +08:00
Jiangjie.Bai
9e16b79abe
fix: 修复openid用户登录时默认邮件后缀使用配置项
2022-06-15 19:32:36 +08:00
Jiangjie.Bai
af1150bb86
feat: OIDC 用户添加属性映射值
2022-05-31 16:03:39 +08:00
fit2bot
c8d7c7c56f
fix: 修复oidc认证不区分大小写 ( #8267 )
...
Co-authored-by: feng626 <1304903146@qq.com >
2022-05-18 18:32:53 +08:00
Jiangjie.Bai
00ed7bb025
perf: 优化 OIDC 支持选择认证方式
2022-04-29 14:28:07 +08:00
xiaziheng
b1aadf1ee9
Fix oidc ( #8165 )
2022-04-29 10:59:29 +08:00
Jiangjie.Bai
03afa4f974
Fix rbac ( #7713 )
...
* fix: token 系统用户增加 protocol
* fix: 修复清除orphan session时同时清除对应的 session_task
* perf: 修改 connection token api
* fix: 修复无法获取系统角色绑定的问题
* perf: 增加 db terminal 及 magnus 组件
* perf: 修改 migrations
* fix: 修复AUTHENTICATION_BACKENDS相关的逻辑
* fix: 修改判断backend认证逻辑
* fix: 修复资产账号查看密码跳过mfa
* fix: 修复用户组授权权限错误
* feat: 支持COS对象存储
* feat: 升级依赖 jms_storage==0.0.42
* fix: 修复 koko api 问题
* feat: 修改存储翻译信息
* perf: 修改 ticket 权限
* fix: 修复获取资产授权系统用户 get_queryset
* perf: 抽取 ticket
* perf: 修改 cmd filter 的权限
* fix: 修改 ticket perm
* fix: 修复oidc依赖问题
Co-authored-by: Eric <xplzv@126.com >
Co-authored-by: ibuler <ibuler@qq.com >
Co-authored-by: 小冯 <xiaofeng@xiaofengdeMacBook-Pro.local >
Co-authored-by: feng626 <1304903146@qq.com >
2022-02-28 19:28:58 +08:00
Jiangjie.Bai
edfca5eb24
Fix rbac ( #7699 )
...
* perf: 优化 suggesstion
* perf: 修改 migrations
* feat: 添加OIDC认证逻辑
* perf: 修改 backend
* perf: 优化认证backends
* perf: 优化认证backends
* perf: 优化CAS认证, 用户多域名进行访问时回调到各自域名
Co-authored-by: ibuler <ibuler@qq.com >
2022-02-25 19:23:59 +08:00
ibuler
b8ff3b38bf
fix: 修复middleware引起的bug
2020-09-27 17:58:41 +08:00
fit2bot
d4037998c8
perf: 优化middleware的使用 ( #4707 )
...
perf: 优化middleware的使用
2020-09-27 14:34:05 +08:00
Bai
a505995f49
[Update] 修改config_example(openid)
2020-04-27 11:36:11 +08:00
BaiJiangJie
7833ff6671
Dev oidc ( #3941 )
...
* [Update] oidc_rp获取token添加headers base64编码
* [Update] 移除对oidc_rp的支持
* [Update] 移除对oidc_rp的支持2
* [Update] 修改OpenID配置(添加新配置项,并对旧配置项做兼容)
* [Update] 移除所有与Keycloak相关的模块
* [Update] 添加jumpserver-django-oidc-rp的使用
* [Update] 更新登录重定向地址(oidc)
* [Update] oidc添加一些配置参数;处理用户登录/创建/更新等信号
* [Update] 修改退出登录逻辑
* [Update] 添加oidc user登录成功的信号机制
* [Update] 修改mfa认证choices内容 (otp => code)
* [Update] 添加OpenID backend password 认证失败信号机制;修改引入common包问题
* [Update] 用户Token/Auth API 校验用户时,传入request参数(解决登录成功日志记录的问题)
* [Update] 添加依赖jumpserver-django-oidc-rp==0.3.7.1
* [Update] oidc认证模块说明
2020-04-26 20:36:17 +08:00
BaiJiangJie
272701a8fd
Dev oidc ( #3930 )
...
* [Update] 添加django-oidc-rp支持
* [Update] 添加django-oidc-rp支持2
* [Update] 调试django-oidc-rp对keycloak的支持
* [Update] 调试django-oidc-rp对keycloak的支持2
* [Update] 修改oidc_rp创建用户/更新用户的功能
* [Update] oidc_rp添加支持password认证
* [Update] 重写oidc_rp end session view
* [Update] 优化 oidc_rp view backend url 等引用关系
2020-04-22 00:22:24 +08:00