changed sign_assertion value domain to allow more than 2 values (values was previously ignored anyway); added "sign_response" key.
This commit is contained in:
@@ -25,7 +25,8 @@ info = {
|
||||
"args":
|
||||
{
|
||||
"AuthnResponse": {
|
||||
"sign_assertion": True,
|
||||
"sign_assertion": "always", # always, never
|
||||
"sign_response": "never", # always, never
|
||||
"authn": AUTHN
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user