updated configuration to reflect secoauth changes
parent
45ca4e565e
commit
cf4581a5eb
|
@ -86,7 +86,7 @@
|
||||||
<!-- SECOAUTH Authorization Server -->
|
<!-- SECOAUTH Authorization Server -->
|
||||||
<oauth:authorization-server
|
<oauth:authorization-server
|
||||||
client-details-service-ref="defaultOAuth2ClientDetailsEntityService"
|
client-details-service-ref="defaultOAuth2ClientDetailsEntityService"
|
||||||
authorization-request-factory-ref="authorizationRequestFactory"
|
authorization-request-manager-ref="authorizationRequestFactory"
|
||||||
token-services-ref="defaultOAuth2ProviderTokenService"
|
token-services-ref="defaultOAuth2ProviderTokenService"
|
||||||
user-approval-handler-ref="jdbcUserApprovalHandler"
|
user-approval-handler-ref="jdbcUserApprovalHandler"
|
||||||
authorization-endpoint-url="/authorize"
|
authorization-endpoint-url="/authorize"
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
<authentication-provider user-service-ref="clientUserDetailsService" />
|
<authentication-provider user-service-ref="clientUserDetailsService" />
|
||||||
</authentication-manager>
|
</authentication-manager>
|
||||||
|
|
||||||
<bean id="authorizationRequestFactory" class="org.springframework.security.oauth2.provider.DefaultAuthorizationRequestFactory">
|
<bean id="authorizationRequestFactory" class="org.springframework.security.oauth2.provider.DefaultAuthorizationRequestManager">
|
||||||
<constructor-arg>
|
<constructor-arg>
|
||||||
<bean class="org.mitre.oauth2.service.impl.DefaultOAuth2ClientDetailsEntityService" />
|
<bean class="org.mitre.oauth2.service.impl.DefaultOAuth2ClientDetailsEntityService" />
|
||||||
</constructor-arg>
|
</constructor-arg>
|
||||||
|
|
Loading…
Reference in New Issue