Commit Graph

1022 Commits

Author SHA1 Message Date
Jonnn-y
2dc9907cbc Fix ad domain virtual account (#16729)
* fix(authentication): apply ad_domain logic to virtual accounts

---------

Co-authored-by: Bryan <jiangjie.bai@fit2cloud.com>
2026-07-08 16:33:56 +08:00
Bruce Wayne
7f7bf810e3 fix: CAS login infinite loop when user is disabled 2026-07-08 16:30:08 +08:00
Gerry.tan
1e2dc97156 perf: OAuth2 authentication supports state security parameters. 2026-07-08 16:17:32 +08:00
Lucille123-chu
99462322c8 perf: account display 2026-07-08 16:09:44 +08:00
ibuler
7c1e2ba988 Merge branches 'dev' and 'dev' of github.com:jumpserver/jumpserver into dev 2026-07-08 15:34:47 +08:00
ibuler
4d48971d19 perf: update rdp sign 2026-07-08 15:34:24 +08:00
lory
74c9319d5c fix:face_capature_create_token 2026-07-08 14:43:41 +08:00
wangruidong
7e948f2919 fix: Login log reason translate 2026-07-08 14:42:16 +08:00
Bai
3c34cfec48 feat: merge dev custom 2026-07-01 15:09:50 +08:00
Jiangjie Bai
8254e3ede5 Merge branch 'dev_osm' into osm 2026-07-01 14:56:36 +08:00
ibuler
68a39a92e5 perf: update input secret type 2026-06-24 10:10:11 +08:00
Bai
fc0d5e2d33 fix: flash msg page redirect_url safe check 2026-06-16 17:06:31 +08:00
feng
378a0a5686 perf: Logout countdown 2026-06-15 11:57:17 +08:00
Bai
5322bcbde8 fix: ukey login user deactive error no tips 2026-06-15 11:35:49 +08:00
Gerry.tan
cf41532448 perf: support rdp file sign 2026-06-10 14:19:23 +08:00
Bai
98826222f6 fix: ukey auth user invalid alert error 2026-06-10 10:57:19 +08:00
Bai
b2dab8b059 fix: update user empty ukey_sn field value 2026-06-10 10:44:21 +08:00
Bai
096f72b563 fix: jida ukey show certAlg 2026-06-08 16:11:58 +08:00
Bai
bef7c1cfc4 fix: ukey api urls open 2026-06-08 13:52:44 +08:00
Bai
002acb15bb perf: ukey auth security 2026-06-05 19:33:50 +08:00
Bai
8b7a4821ea perf: ukey change pin support validate length 2026-06-05 14:58:39 +08:00
Bai
a8aa4a0b55 perf: profile not display ukey for other user 2026-06-04 19:37:10 +08:00
Bai
9eae552d6f perf: add ukey_sn unique and unbind devSN operation 2026-06-04 18:55:07 +08:00
Bai
b65f67862c perf: auth ukey config interval time 5s 2026-06-04 15:06:14 +08:00
fit2bot
c38d661329 feat: support ukey 2026-06-04 14:47:19 +08:00
fit2bot
cc57ba0de5 fix:add ansible patchs to osm (#16886)
* fix:add ansible patchs to osm

* fix: quote ansible gateway proxy command args

---------

Co-authored-by: Crane.z <1481445951@qq.com>
2026-06-04 14:11:35 +08:00
ibuler
a9a92b4621 perf: update input ssh key 2026-06-03 11:25:17 +08:00
ibuler
ab73892166 perf: custom input secret support ssh key 2026-06-03 11:25:17 +08:00
ibuler
4f16bd9e09 merge: with dev 2026-06-01 16:28:48 +08:00
xiaoc
02137ec789 fix: LDAP user login exception 2026-05-29 18:34:15 +08:00
xiaoc
39d49841a3 fix: LDAP user login exception 2026-05-29 18:31:28 +08:00
Bai
fb1b8ab819 fix: from apps. change to appname imported 2026-05-28 16:52:46 +08:00
Bai
c31903d311 fix: wecom scan login only exist user login, but two login success 2026-05-28 14:40:32 +08:00
Bai
d32f0ed668 fix: cert auth to ukey auth 2026-05-28 11:45:12 +08:00
Bai
1b849d8e4a fix: cert logo to ukey 2026-05-28 11:41:20 +08:00
Bai
d198399a00 fix: third part user login many login logs 2026-05-27 18:11:59 +08:00
Bai
38f1d49e3f feat: add auth cert ca cert/key upload supported 2026-05-27 14:47:04 +08:00
Bai
1f1dd6b75a perf: auth cert add settings 2026-05-26 16:09:19 +08:00
Bai
ac9c441933 perf: cert login html style 2026-05-26 15:15:19 +08:00
Bai
1863c496a2 feat: cert auth support rsa 2026-05-26 14:44:42 +08:00
Bai
8316c2efb0 feat: driver config example 2026-05-26 14:13:27 +08:00
Bai
98d6be3a5c feat: cert-login style 2026-05-26 11:37:03 +08:00
Bai
7fc87644d6 feat: modify cert login url 2026-05-25 19:20:43 +08:00
Jiangjie Bai
0d15c50e1f Feat authcert (#16856)
* feat: add auth cert config

* feat: add auth cert api driver.js

* feat: add auth cert enroll api - draft

* feat: add auth cert demo config yaml

* feat: finished gmssl sign user csr to cert

* feat: support auth cert login

* feat: support auth cert login

* perf: user login via cert, and driver config

* feat: user profile api add can_cert_auth field

* feat: add cert auth log

* feat: add cert auth support check acl, ip_block etc.

* feat: cert auth support mfa check

* feat: cert auth support mfa check

* feat: little perf

* feat: cert config add i18n

* feat: cert login html add i18n

* feat: add i18n lina

* feat: add driver config demo

* feat: add cert auth to settings

* feat: add gmssl dockerfile-ee

* feat: add user source choices

* feat: remove gmssl-python sdk
2026-05-25 16:41:47 +08:00
Bai
d0a5d68fec fix: oidc auth login log issue 2026-05-18 11:45:52 +08:00
fit2bot
f19e6b524a fix: escape redirect_url in flash message templates (#16839)
Co-authored-by: wangruidong <940853815@qq.com>
2026-05-14 18:27:22 +08:00
fit2bot
abb035e615 fix: Dingtalk secret login failed (#16835)
Co-authored-by: wangruidong <940853815@qq.com>
2026-05-14 11:19:28 +08:00
Bai
59b44094a1 perf: login acl review exclude reviewers contains self 2026-05-12 19:13:43 +08:00
TimePassBy
e84f9ccaf7 fix: avoid empty query in oauth2 redirect uri 2026-05-11 17:34:38 +08:00
ibuler
00b82e3edf perf: fix delegate_to localhost 2026-04-30 10:41:48 +08:00