Changeset 5625


Ignore:
Timestamp:
09/12/14 07:32:15 (10 years ago)
Author:
Twan Goosen
Message:

Merged update of readme file

Location:
VirtualCollectionRegistry/branches/VirtualCollectionRegistry-1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/branches/VirtualCollectionRegistry-1.0

  • VirtualCollectionRegistry/branches/VirtualCollectionRegistry-1.0/doc/README.txt

    r5594 r5625  
    6262
    6363  b) For using the GWDG handle provider add following and customize the
    64      base URI for the virtual collection registry and the values for
    65      $gwdg_user and $gwdg_password:
     64     values for $gwdg_user and $gwdg_password:
    6665
    6766  <Parameter name="spring.profiles.active"
     
    7271
    7372  c) For using the EPIC API v2 handle provider add following and customize the
    74      base URI for the virtual collection registry and
 TODO
    75 
     73     values for $epic_user and $epic_password:
     74     
    7675  <Parameter name="spring.profiles.active"
    7776             value="vcr.pid.epic”
    7877             override="false"/>   
     78
     79  <Parameter name="pid_provider.epic.service_base_url"
     80             value="http://pid-vm04.gwdg.de:8080/handles/"
     81             override="false"/>               
     82  <Parameter name="pid_provider.epic.handle_prefix"
     83             value="11148"
     84             override="false"/>     
     85  <Parameter name="pid_provider.epic.user"
     86             value="$epic_user"
     87             override="false"/>     
     88  <Parameter name="pid_provider.epic.password"
     89             value="$epic_password"
     90             override="false"/>
    7991
    8092* AUTHENTICATION *
     
    110122with POSTs (current versions of SHHAA do not support this).
    111123
     1243. Configure the right SSO and SLO locations in WEB-INF/shhaa.xml:
     125
     126        <authentication>
     127            ...
     128            <sso action="lI">https://shib-host/Shibboleth.sso/Login</sso>
     129            <slo action="lO">https://shib-host/Shibboleth.sso/Logout</slo>     
     130        </authentication>
     131
    112132* OAI PROVIDER *
    113133
Note: See TracChangeset for help on using the changeset viewer.