Merge pull request #14495 from jumpserver/pr@dev@feat_add_check_api_white_list

feat: add 'face_context' to check_api white list
This commit is contained in:
Chenyang Shen
2024-11-20 17:52:06 +08:00
committed by GitHub

View File

@@ -73,6 +73,7 @@ known_unauth_urls = [
"/api/v1/authentication/password/reset-code/",
"/api/v1/authentication/login-confirm-ticket/status/",
"/api/v1/authentication/mfa/select/",
"/api/v1/authentication/mfa/face/context/",
"/api/v1/authentication/mfa/send-code/",
"/api/v1/authentication/sso/login/",
"/api/v1/authentication/user-session/",