Skip to content

Commit 9d6487e

Browse files
committed
changed sign_assertion value domain to allow more than 2 values (values was previously ignored anyway); added "sign_response" key.
1 parent 3e5b674 commit 9d6487e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/sp_test/targetsp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"args":
2626
{
2727
"AuthnResponse": {
28-
"sign_assertion": True,
28+
"sign_assertion": "always", # always, never
29+
"sign_response": "never", # always, never
2930
"authn": AUTHN
3031
}
3132
},

0 commit comments

Comments
 (0)