Skip to content

Commit fa6c350

Browse files
committed
testapp: SingleLogoutService is not indexed
1 parent 87ab8f8 commit fa6c350

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

xt/testapp/lib/Saml2Test.pm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -608,20 +608,14 @@ sub _sp {
608608
{
609609
Binding => BINDING_HTTP_REDIRECT,
610610
Location => config->{url} . config->{slo_url_redirect},
611-
isDefault => 'true',
612-
index => 1,
613611
},
614612
{
615613
Binding => BINDING_HTTP_POST,
616614
Location => config->{url} . config->{slo_url_post},
617-
isDefault => 'false',
618-
index => 2,
619615
},
620616
{
621617
Binding => BINDING_HTTP_ARTIFACT,
622618
Location => config->{url} . config->{slo_url_soap},
623-
isDefault => 'false',
624-
index => 3,
625619
}],
626620
assertion_consumer_service => [
627621
{

0 commit comments

Comments
 (0)