From 6b446a517d1714c5fe4a08720eb8ee88135dcb68 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 13 Feb 2017 12:17:19 -0600 Subject: [PATCH] fixes to idp.properties (eliminate null values) --- conf/idp.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/idp.properties b/conf/idp.properties index 474f764..aa8e5e5 100644 --- a/conf/idp.properties +++ b/conf/idp.properties @@ -2,10 +2,10 @@ idp.additionalProperties= /conf/ldap.properties, /conf/saml-nameid.properties, /conf/services.properties, /conf/authn/duo.properties # Set the entityID of the IdP -idp.entityID= +idp.entityID= https://example.org/idp/shibboleth # Set the scope used in the attribute resolver for scoped attributes -idp.scope= +idp.scope= example.org # General cookie properties (maxAge only applies to persistent cookies) #idp.cookie.secure = false