Index: lams_bb_integration/web/admin/config.jsp
===================================================================
diff -u -r92f0489cd46a28a50c81548f165c4d2b4ad10252 -re281c3c91ae37fd2536fbd8419634ea6a31954b9
--- lams_bb_integration/web/admin/config.jsp (.../config.jsp) (revision 92f0489cd46a28a50c81548f165c4d2b4ad10252)
+++ lams_bb_integration/web/admin/config.jsp (.../config.jsp) (revision e281c3c91ae37fd2536fbd8419634ea6a31954b9)
@@ -34,6 +34,8 @@
String ReqSrc = p.getProperty("BB_REQ_SRC");
String lamsServerTimeRefreshInterval = p.getProperty("LAMS_SERVER_TIME_REFRESH_INTERVAL");
String lamsAltServerUrl = p.getProperty("LAMS_ALT_SERVER_URL", "https://");
+ //*NTU* added for i-NTULearn project
+ String idpServer = p.getProperty("IDP_SERVER", "");
//Add port to the url if the port is in the blackboard url
int bbport = request.getServerPort();
@@ -74,7 +76,11 @@
For further information on how to configure these settings, see this tutorial.