Set a default NameID format and a default list of accepted NameID formats

This commit is contained in:
Benjamin Dauvergne 2015-04-02 15:49:00 +02:00
parent 934b4697e4
commit ac3bfeb330
1 changed files with 20 additions and 7 deletions

View File

@ -58,13 +58,26 @@ cat <<EOF >$FIXTURE_TMP
{
"pk": [
"Default"
],
"model": "saml.spoptionsidppolicy",
"fields": {
"name": "Default",
"enabled": true,
"authn_request_signed": false
}
],
"model": "saml.spoptionsidppolicy",
"fields" : {
"accept_slo" : false,
"accepted_name_id_format" : "transient,persistent",
"ask_user_consent" : false,
"authn_request_signed" : false,
"default_name_id_format" : "transient",
"enabled" : true,
"encrypt_assertion" : false,
"encrypt_nameid" : false,
"federation_mode" : 0,
"forward_slo" : true,
"http_method_for_slo_request" : 4,
"idp_initiated_sso" : false,
"iframe_logout_timeout" : 300,
"name" : "Default",
"needs_iframe_logout" : false,
"prefered_assertion_consumer_binding" : "meta"
}
}]
EOF