Comment out saml configuration settings that have defaults.

This commit is contained in:
Ray Lee
2025-03-03 13:43:09 -05:00
parent a9197195a1
commit 481cdd1e0a

View File

@@ -15,22 +15,22 @@ authentication-saml.relying-party-url = ${dspace.server.url}/saml2
authentication-saml.authenticate-endpoint = ${authentication-saml.relying-party-url}/authenticate/${authentication-saml.relying-party-id}
# Should we allow new users to be registered automatically?
authentication-saml.autoregister = true
# authentication-saml.autoregister = true
# The request attribute that contains the ID of the SAML relying party that authenticated the user
authentication-saml.attribute.relying-party-id = org.dspace.saml.RELYING_PARTY_ID
# authentication-saml.attribute.relying-party-id = org.dspace.saml.RELYING_PARTY_ID
# The request attribute that contains the user's SAML name ID
authentication-saml.attribute.name-id = org.dspace.saml.NAME_ID
# authentication-saml.attribute.name-id = org.dspace.saml.NAME_ID
# The request attribute that contains the user's email
authentication-saml.attribute.email = org.dspace.saml.EMAIL
# authentication-saml.attribute.email = org.dspace.saml.EMAIL
# The request attribute that contains the user's first name
authentication-saml.attribute.first-name = org.dspace.saml.GIVEN_NAME
# authentication-saml.attribute.first-name = org.dspace.saml.GIVEN_NAME
# The request attribute that contains the user's last name
authentication-saml.attribute.last-name = org.dspace.saml.SURNAME
# authentication-saml.attribute.last-name = org.dspace.saml.SURNAME
# Additional attribute mappings. Multiple attributes may be stored for each user. The left side is
# the request attribute, and the right side is the ePerson metadata field to map the attribute to.
@@ -38,4 +38,4 @@ authentication-saml.attribute.last-name = org.dspace.saml.SURNAME
# org.dspace.saml.PHONE => phone
# If the ePerson metadata field is not found, should it be created automatically?
authentication-saml.eperson.metadata.autocreate = false
# authentication-saml.eperson.metadata.autocreate = false