mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Comment out saml configuration settings that have defaults.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user