Skip to content

Commit 41a19d6

Browse files
committed
add default dsig algorithms (config args.AuthnResponse.sign_signature_alg etc.)
1 parent d6b5879 commit 41a19d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sp_test/targetsp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
"AuthnResponse": {
2828
"sign_assertion": "always", # always, never
2929
"sign_response": "never", # always, never
30+
"sign_digest_alg": ds.DIGEST_SHA256,
31+
"sign_signature_alg": ds.SIG_RSA_SHA256,
3032
"authn": AUTHN
3133
}
3234
},

0 commit comments

Comments
 (0)