Project

General

Profile

« Previous | Next » 

Revision 48551

change the roles | handle common roles with openminted | change role parsing

View differences:

springContext-claims-authorization.xml
15 15
        http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
16 16
	http://dnetlib.eu/springbeans/template http://dnetlib.eu/springbeans/template.xsd"
17 17
       default-autowire="byName">
18

  
18
    <!--Un comment in order to run the tests / Comment to deploy-->
19
    <!--<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">-->
20
    <!--<property name="locations" value="classpath:eu/dnetlib/openaire/rest/springContext-claims-authorization.properties"/>-->
21
    <!--</bean>-->
19 22
    <bean id="userHandler" class="eu.dnetlib.openaire.rest.inputHandler.UserHandler" >
20 23
        <property name="userInfoUrl" value="${services.claims.authorization.userInfoUrl}"/>
21 24
    </bean>

Also available in: Unified diff