Skip to content

Commit

Permalink
fixes to idp.properties (eliminate null values)
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b446a5

Please sign in to comment.