Skip to content

Commit 165661e

Browse files
committed
testapp allow the metadata or authnreq to be unsigned
1 parent 9f41ae3 commit 165661e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xt/testapp/lib/Saml2Test.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ sub _sp {
281281
org_display_name => config->{org_display_name},
282282
org_contact => config->{org_contact},
283283
authnreq_signed => config->{authnreq_signed},
284+
sign_metadata => config->{sign_metadata},
284285
);
285286
return $sp;
286287
}

0 commit comments

Comments
 (0)