Skip to content

Commit a3d0172

Browse files
praseodymjricher
authored andcommitted
Make FILTER_PROCESSES_URL public
Currently hardcoded in the filter and the client's Spring Security config; would be nicer to reference the value instead. https://github.com/mitreid-connect/simple-web-app/blob/c5e70ebd5c28de2cce81d106435ae11925424a5f/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml#L54
1 parent abff742 commit a3d0172

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
@@ -96,7 +96,7 @@ public class OIDCAuthenticationFilter extends AbstractAuthenticationProcessingFi
9696
protected static final String TARGET_SESSION_VARIABLE = "target";
9797
protected final static int HTTP_SOCKET_TIMEOUT = 30000;
9898

99-
protected final static String FILTER_PROCESSES_URL = "/openid_connect_login";
99+
public final static String FILTER_PROCESSES_URL = "/openid_connect_login";
100100

101101
// Allow for time sync issues by having a window of X seconds.
102102
private int timeSkewAllowance = 300;

0 commit comments

Comments
 (0)