mirror of https://github.com/jumpserver/jumpserver
fix(audits): sso 登录日志没有 type
parent
d7daf7071a
commit
38f7c123e5
|
@ -60,6 +60,7 @@ class SSOViewSet(AuthMixin, JmsGenericViewSet):
|
||||||
此接口违反了 `Restful` 的规范
|
此接口违反了 `Restful` 的规范
|
||||||
`GET` 应该是安全的方法,但此接口是不安全的
|
`GET` 应该是安全的方法,但此接口是不安全的
|
||||||
"""
|
"""
|
||||||
|
request.META['HTTP_X_JMS_LOGIN_TYPE'] = 'W'
|
||||||
authkey = request.query_params.get(AUTH_KEY)
|
authkey = request.query_params.get(AUTH_KEY)
|
||||||
next_url = request.query_params.get(NEXT_URL)
|
next_url = request.query_params.get(NEXT_URL)
|
||||||
if not next_url or not next_url.startswith('/'):
|
if not next_url or not next_url.startswith('/'):
|
||||||
|
|
Loading…
Reference in New Issue