mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 15:37:19 +00:00
fix: saml2无法登陆问题
This commit is contained in:
@@ -146,7 +146,9 @@ class PrepareRequestMixin:
|
||||
},
|
||||
'singleLogoutService': {
|
||||
'url': f"{sp_host}{reverse('authentication:saml2:saml2-logout')}"
|
||||
}
|
||||
},
|
||||
'privateKey': getattr(settings, 'SAML2_SP_KEY_CONTENT', ''),
|
||||
'x509cert': getattr(settings, 'SAML2_SP_CERT_CONTENT', ''),
|
||||
}
|
||||
}
|
||||
sp_settings['sp'].update(attrs)
|
||||
|
Reference in New Issue
Block a user