From e8652f04377d712b0417d104b845458b97d55b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Ho=CC=88rberg?= Date: Mon, 25 May 2015 15:34:04 +0200 Subject: [PATCH] Allows encrypted assertions with encryption key sent in the extension element. --- example/idp2/idp.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/example/idp2/idp.py b/example/idp2/idp.py index d0a96d6..522dff8 100755 --- a/example/idp2/idp.py +++ b/example/idp2/idp.py @@ -335,9 +335,7 @@ class SSO(Service): _resp = IDP.create_authn_response( identity, userid=self.user, - encrypt_cert=encrypt_cert, - encrypt_assertion_self_contained=True, - encrypted_advice_attributes=True, + encrypt_cert_assertion=encrypt_cert, **resp_args) except Exception as excp: logging.error(exception_trace(excp))