Allows encrypted assertions with encryption key sent in the extension element.
This commit is contained in:
@@ -335,9 +335,7 @@ class SSO(Service):
|
|||||||
|
|
||||||
_resp = IDP.create_authn_response(
|
_resp = IDP.create_authn_response(
|
||||||
identity, userid=self.user,
|
identity, userid=self.user,
|
||||||
encrypt_cert=encrypt_cert,
|
encrypt_cert_assertion=encrypt_cert,
|
||||||
encrypt_assertion_self_contained=True,
|
|
||||||
encrypted_advice_attributes=True,
|
|
||||||
**resp_args)
|
**resp_args)
|
||||||
except Exception as excp:
|
except Exception as excp:
|
||||||
logging.error(exception_trace(excp))
|
logging.error(exception_trace(excp))
|
||||||
|
Reference in New Issue
Block a user