Skip to content

Commit 9f8b287

Browse files
committed
Set sane default values for testing testapp
Many IDPs error with IsPassive set Dancer treats any warnings as fatal which causes IdPs with multiple certs to die
1 parent 0d96bf9 commit 9f8b287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xt/testapp/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ org_display_name: "Saml2Test app for Net::SAML2"
1717
org_contact: "saml2test@example.com"
1818
error_url: "/error"
1919
force_authn: 1
20-
is_passive: 1
20+
is_passive: 0
2121
sign_metadata: 1
2222
authnreq_signed: 1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
log: "debug"
2-
warnings: 1
2+
warnings: 0
33
show_errors: 1
44
auto_reload: 0

0 commit comments

Comments
 (0)