updated configuration to reflect secoauth changes
parent
45ca4e565e
commit
cf4581a5eb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue