There was an error while loading. Please reload this page.
1 parent 7c55554 commit b7be970Copy full SHA for b7be970
openid-connect-server-webapp/src/main/webapp/WEB-INF/views/sessionState.jsp
@@ -1,4 +1,5 @@
1
<%@ page contentType="text/html;charset=UTF-8" %>
2
+<%@ page import="org.mitre.openid.connect.web.SessionStateManagementController" %>
3
<!DOCTYPE html>
4
<html>
5
<head>
@@ -9,7 +10,7 @@
9
10
enabled: ${config.sessionStateEnabled},
11
cookieName: "${config.sessionStateCookieName}",
12
reValidateSeconds: ${config.sessionStateRevalidationInterval},
- validationUrl: "${ config.issuer }${ config.issuer.endsWith('/') ? '' : '/' }${SessionStateManagementController.VALIDATION_URL}"
13
+ validationUrl: "${ config.issuer }${ config.issuer.endsWith('/') ? '' : '/' }${ SessionStateManagementController.VALIDATION_URL }"
14
};
15
16
/*
0 commit comments