Skip to content

Commit 583f2be

Browse files
committed
saml2int requires signed assertions
1 parent e7e6f5a commit 583f2be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/satosa/frontends/saml2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ def _handle_authn_response(self, context, internal_response, idp):
290290
'identity' : ava,
291291
'name_id' : name_id,
292292
'authn' : auth_info,
293-
'sign_response' : True
293+
'sign_response' : True,
294+
'sign_assertion': True
294295
}
295296

296297
# Add the SP details

0 commit comments

Comments
 (0)