Skip to content

Commit 9aa45f8

Browse files
wikkimjricher
authored andcommitted
Made the constructor public for OIDCAuthentication filter.
1 parent 3a067f1 commit 9aa45f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthenticationFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public class OIDCAuthenticationFilter extends AbstractAuthenticationProcessingFi
123123
/**
124124
* OpenIdConnectAuthenticationFilter constructor
125125
*/
126-
protected OIDCAuthenticationFilter() {
126+
public OIDCAuthenticationFilter() {
127127
super(FILTER_PROCESSES_URL);
128128
targetSuccessHandler.passthrough = super.getSuccessHandler();
129129
super.setAuthenticationSuccessHandler(targetSuccessHandler);

0 commit comments

Comments
 (0)