Skip to content

Commit

Permalink
Merge pull request #14688 from jumpserver/pr@dev@fix_face_openid
Browse files Browse the repository at this point in the history
fix: fix openid user can't login with face verify
  • Loading branch information
Aaron3S authored Dec 19, 2024
2 parents 4b637ad + 9fcb4ec commit e9abd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/authentication/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __call__(self, request):

# 这个是 mfa 登录页需要的请求, 也得放出来, 用户其实已经在 CAS/OIDC 中完成登录了
white_urls = [
'login/mfa', 'mfa/select', 'mfa/face','jsi18n/', '/static/',
'login/mfa', 'mfa/select', 'face/context','jsi18n/', '/static/',
'/profile/otp', '/logout/',
]
for url in white_urls:
Expand Down

0 comments on commit e9abd1e

Please sign in to comment.