There was an error while loading. Please reload this page.
1 parent abff742 commit a3d0172Copy full SHA for a3d0172
openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthenticationFilter.java
@@ -96,7 +96,7 @@ public class OIDCAuthenticationFilter extends AbstractAuthenticationProcessingFi
96
protected static final String TARGET_SESSION_VARIABLE = "target";
97
protected final static int HTTP_SOCKET_TIMEOUT = 30000;
98
99
-protected final static String FILTER_PROCESSES_URL = "/openid_connect_login";
+public final static String FILTER_PROCESSES_URL = "/openid_connect_login";
100
101
// Allow for time sync issues by having a window of X seconds.
102
private int timeSkewAllowance = 300;
0 commit comments