NIHVIVO-1329 document how to setup Shibboleth.
This commit is contained in:
parent
15cc06995b
commit
99778cd8c3
1 changed files with 17 additions and 0 deletions
|
@ -65,3 +65,20 @@ VitroConnection.DataSource.password = vitrovitro
|
|||
# change the password the first time you login.
|
||||
#
|
||||
initialAdminUser = defaultAdmin
|
||||
|
||||
#
|
||||
# How is a logged-in user associated with a particular Individual? One way is
|
||||
# for the Individual to have a property whose value is the username of the user.
|
||||
# This is the name of that property.
|
||||
#
|
||||
selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId
|
||||
|
||||
#
|
||||
# If an external authentication system like Shibboleth or CUWebAuth is to be
|
||||
# used, these properties say how the login button should be labeled, and which
|
||||
# HTTP header will contain the user ID from the authentication system. If such
|
||||
# as system is not to be used, leave these commented out. Consult the
|
||||
# installation instructions for more details.
|
||||
#
|
||||
#externalAuth.buttonText = Log in using BearCat Shibboleth
|
||||
#externalAuth.netIdHeaderName = remote_userID
|
||||
|
|
Loading…
Add table
Reference in a new issue