updated configuration to reflect secoauth changes

pull/263/head
Justin Richer 2012-11-21 16:41:54 -05:00
parent 45ca4e565e
commit cf4581a5eb
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@
<!-- SECOAUTH Authorization Server -->
<oauth:authorization-server
client-details-service-ref="defaultOAuth2ClientDetailsEntityService"
authorization-request-factory-ref="authorizationRequestFactory"
authorization-request-manager-ref="authorizationRequestFactory"
token-services-ref="defaultOAuth2ProviderTokenService"
user-approval-handler-ref="jdbcUserApprovalHandler"
authorization-endpoint-url="/authorize"
@ -108,7 +108,7 @@
<authentication-provider user-service-ref="clientUserDetailsService" />
</authentication-manager>
<bean id="authorizationRequestFactory" class="org.springframework.security.oauth2.provider.DefaultAuthorizationRequestFactory">
<bean id="authorizationRequestFactory" class="org.springframework.security.oauth2.provider.DefaultAuthorizationRequestManager">
<constructor-arg>
<bean class="org.mitre.oauth2.service.impl.DefaultOAuth2ClientDetailsEntityService" />
</constructor-arg>