parent
b74df7b583
commit
3ae8d46e44
|
@ -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