From 8a9b4fe36f1bd9b358b20333956af5602eb48a6c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 17 Jun 2014 09:13:38 -0400 Subject: Strenghten default Security options in IDP Always deny access to the IDP if not using SSL by default. Always turn on secure/httponly cookies by default. Add a switch to disable all security options for testing. Signed-off-by: Simo Sorce --- tests/test1.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test1.cfg b/tests/test1.cfg index bd592a2..01402f5 100644 --- a/tests/test1.cfg +++ b/tests/test1.cfg @@ -16,7 +16,7 @@ hostname=127.0.0.10:45080 admin_user=${TEST_USER} system_user=${TEST_USER} instance=idp1 -saml2_secure=no +secure=no testauth=yes pam=no krb=no -- cgit