mirror of https://github.com/jumpserver/jumpserver
fix: fix 401 error on face verify when use openid login
parent
7a9a71197a
commit
a6b7cc9d1b
|
@ -73,7 +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/face/context/",
|
||||
"/api/v1/authentication/mfa/send-code/",
|
||||
"/api/v1/authentication/sso/login/",
|
||||
"/api/v1/authentication/user-session/",
|
||||
|
|
Loading…
Reference in New Issue