Made the constructor public for OIDCAuthentication filter.
parent
3a067f1875
commit
9aa45f8efb
|
@ -123,7 +123,7 @@ public class OIDCAuthenticationFilter extends AbstractAuthenticationProcessingFi
|
||||||
/**
|
/**
|
||||||
* OpenIdConnectAuthenticationFilter constructor
|
* OpenIdConnectAuthenticationFilter constructor
|
||||||
*/
|
*/
|
||||||
protected OIDCAuthenticationFilter() {
|
public OIDCAuthenticationFilter() {
|
||||||
super(FILTER_PROCESSES_URL);
|
super(FILTER_PROCESSES_URL);
|
||||||
targetSuccessHandler.passthrough = super.getSuccessHandler();
|
targetSuccessHandler.passthrough = super.getSuccessHandler();
|
||||||
super.setAuthenticationSuccessHandler(targetSuccessHandler);
|
super.setAuthenticationSuccessHandler(targetSuccessHandler);
|
||||||
|
|
Loading…
Reference in New Issue