Changeset 2400


Ignore:
Timestamp:
12/10/12 15:30:35 (11 years ago)
Author:
mwindhouwer
Message:

M mod-ISOcat-control-access/control/shib-check_token.acc

  • wrong config property
  • TODO: still hardcoded credentials
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-control-access/control/shib-check_token.acc

    r2397 r2400  
    1515                        <operand>
    1616                                <httpCredentials>
    17                                         <host>localhost</host>
    18                                         <port>8082</port>
     17                                        <host>lux16.mpi.nl</host>
     18                                        <port>80</port>
    1919                                        <username>01234</username>
    2020                                        <password>abc</password>
     
    4040                        <type>sloot.xquery</type>
    4141                        <operator>
    42                                 <uri>{string($props//shibboleth/token)}?access_token={string($token)}&amp;scope=read</uri>
     42                                <uri>{string($props//token)}?access_token={string($token)}&amp;scope=read</uri>
    4343                        </operator>
    4444                        <props>active:ISOcat.manage.system.properties</props>
Note: See TracChangeset for help on using the changeset viewer.