cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to override the core authentication provider from commerce web services in OCC extension.

former_member906754
Discoverer
0 Likes
770

In our occ extension we want to override the core authentication provider.

OOTB  we have this. I tried to create one 

<alias name="defaultAlconCoreAuthenticationProvider" alias="wsAuthenticationProvider"/>
	<bean id="defaultAlconCoreAuthenticationProvider" parent="defaultWsAuthenticationProvider"
		class="com.alcon.occ.authentication.AlconCoreAuthenticationProvider">
	</bean>
<authentication-manageralias="authenticationManager"xmlns="http://www.springframework.org/schema/security"><authentication-providerref="wsAuthenticationProvider"/></authentication-manager>

Accepted Solutions (0)

Answers (0)