Cleanup from renaming
parent
1e24b31cc3
commit
967b3f2953
|
@ -33,7 +33,7 @@ import com.google.common.base.Strings;
|
|||
import com.nimbusds.jose.util.JSONObjectUtils;
|
||||
import com.nimbusds.jwt.SignedJWT;
|
||||
|
||||
@Component("authorizationRequestManager")
|
||||
@Component("oAuth2RequestManager")
|
||||
public class ConnectOAuth2RequestManager implements OAuth2RequestManager {
|
||||
|
||||
private static Logger logger = LoggerFactory.getLogger(ConnectOAuth2RequestManager.class);
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
<!-- SECOAUTH Authorization Server -->
|
||||
<oauth:authorization-server
|
||||
client-details-service-ref="defaultOAuth2ClientDetailsEntityService"
|
||||
authorization-request-manager-ref="authorizationRequestManager"
|
||||
authorization-request-manager-ref="oAuth2RequestManager"
|
||||
token-services-ref="defaultOAuth2ProviderTokenService"
|
||||
user-approval-handler-ref="tofuUserApprovalHandler"
|
||||
authorization-endpoint-url="/authorize"
|
||||
|
@ -145,7 +145,7 @@
|
|||
<constructor-arg type="int" index="3" value="0"/>
|
||||
</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">
|
||||
<property name="authenticationManager" ref="clientAssertionAuthenticationManager" />
|
||||
|
|
Loading…
Reference in New Issue