Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes to idp.properties (eliminate null values)
pcaskey committed Feb 13, 2017
1 parent 71f29fb commit 6b446a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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

0 comments on commit 6b446a5

Please sign in to comment.