Project

General

Profile

« Previous | Next » 

Revision 01fe562b

Added by Andreas Kohlbecker over 7 years ago

ref #6118 OAuth2 AuthorizationServer implemented

View differences:

cdmlib-remote-webapp/src/main/webapp/WEB-INF/applicationContext.xml
56 56
  <!-- CONFIGURE WEB APPLICATION HERE -->
57 57
  <import resource="datasources/configurable.xml" />
58 58
  
59
  <!-- bootstrap the WebSecurityConfiguration -->
60
  <bean class="eu.etaxonomy.cdm.remote.config.MultiWebSecurityConfiguration"></bean>
61 59

  
62 60
  <bean class="eu.etaxonomy.cdm.remote.config.LoggingConfigurer">
63 61
  </bean>
64 62

  
63
  <!-- bootstrap the WebSecurityConfiguration -->
64
  <bean class="eu.etaxonomy.cdm.remote.config.MultiWebSecurityConfiguration">
65
  </bean>
66
  <bean class="eu.etaxonomy.cdm.remote.config.AuthorizationServerConfiguration">
67
  </bean>
68

  
65 69
  <!-- OAI-PMH TODO externalize? -->
66 70
  <bean name="taxonOaiPmhController"
67 71
    class="eu.etaxonomy.cdm.remote.controller.oaipmh.TaxonOaiPmhController">

Also available in: Unified diff