|
|
@ -105,7 +105,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-manager-ref="authorizationRequestManager"
|
|
|
|
authorization-request-manager-ref="oAuth2RequestManager"
|
|
|
|
token-services-ref="defaultOAuth2ProviderTokenService"
|
|
|
|
token-services-ref="defaultOAuth2ProviderTokenService"
|
|
|
|
user-approval-handler-ref="tofuUserApprovalHandler"
|
|
|
|
user-approval-handler-ref="tofuUserApprovalHandler"
|
|
|
|
authorization-endpoint-url="/authorize"
|
|
|
|
authorization-endpoint-url="/authorize"
|
|
|
@ -145,7 +145,7 @@
|
|
|
|
<constructor-arg type="int" index="3" value="0"/>
|
|
|
|
<constructor-arg type="int" index="3" value="0"/>
|
|
|
|
</bean>
|
|
|
|
</bean>
|
|
|
|
|
|
|
|
|
|
|
|
<bean id="authorizationRequestManager" class="org.mitre.openid.connect.ConnectOAuth2RequestManager" />
|
|
|
|
<!-- <bean id="oAuth2RequestManager" class="org.mitre.openid.connect.ConnectOAuth2RequestManager" /> -->
|
|
|
|
|
|
|
|
|
|
|
|
<bean id="clientAssertiontokenEndpointFilter" class="org.mitre.openid.connect.assertion.JwtBearerClientAssertionTokenEndpointFilter">
|
|
|
|
<bean id="clientAssertiontokenEndpointFilter" class="org.mitre.openid.connect.assertion.JwtBearerClientAssertionTokenEndpointFilter">
|
|
|
|
<property name="authenticationManager" ref="clientAssertionAuthenticationManager" />
|
|
|
|
<property name="authenticationManager" ref="clientAssertionAuthenticationManager" />
|
|
|
|