‎2021 May 29 3:19 PM - edited ‎2024 Feb 04 1:22 AM
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>
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.