We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ab8f8 commit fa6c350Copy full SHA for fa6c350
xt/testapp/lib/Saml2Test.pm
@@ -608,20 +608,14 @@ sub _sp {
608
{
609
Binding => BINDING_HTTP_REDIRECT,
610
Location => config->{url} . config->{slo_url_redirect},
611
- isDefault => 'true',
612
- index => 1,
613
},
614
615
Binding => BINDING_HTTP_POST,
616
Location => config->{url} . config->{slo_url_post},
617
- isDefault => 'false',
618
- index => 2,
619
620
621
Binding => BINDING_HTTP_ARTIFACT,
622
Location => config->{url} . config->{slo_url_soap},
623
624
- index => 3,
625
}],
626
assertion_consumer_service => [
627
0 commit comments