aboutsummaryrefslogtreecommitdiff
path: root/id.server/html/auth/index.jsp
diff options
context:
space:
mode:
authorrudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d>2004-03-15 16:07:52 +0000
committerrudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d>2004-03-15 16:07:52 +0000
commit56ed4518d7978c064af5f240494bf587136c93b0 (patch)
treef7d9a57b7915d3b269d2550c9282138b624efa57 /id.server/html/auth/index.jsp
parent747a8963ec0ffde4c6883dd1c42ad758a88b084c (diff)
downloadmoa-id-spss-56ed4518d7978c064af5f240494bf587136c93b0.tar.gz
moa-id-spss-56ed4518d7978c064af5f240494bf587136c93b0.tar.bz2
moa-id-spss-56ed4518d7978c064af5f240494bf587136c93b0.zip
RSCH
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@99 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/html/auth/index.jsp')
-rw-r--r--id.server/html/auth/index.jsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/id.server/html/auth/index.jsp b/id.server/html/auth/index.jsp
index cb9dde3d9..733ba317f 100644
--- a/id.server/html/auth/index.jsp
+++ b/id.server/html/auth/index.jsp
@@ -10,13 +10,13 @@
+ request.getContextPath() + "/";
String params =
"Target=gb&" +
- "OA=https://10.16.126.28:9443/moa-id-proxy/index.jsp";
+ "OA=https://localhost:8443/moa-id-proxy/index.jsp";
String urlStartAuth =
urlPath +
"StartAuthentication?" +
params;
String templateParam =
- "&Template=http://10.16.46.108:18080/oa/AuthTemplate.jsp";
+ "&Template=http://localhost:18080/oa/AuthTemplate.jsp";
String urlStartAuthCustom =
urlStartAuth +
templateParam;
@@ -27,7 +27,7 @@
String urlSelectBKUCustom =
urlSelectBKU +
templateParam +
- "&BKUSelectionTemplate=http://10.16.46.108:18080/oa/BKUSelectionTemplate.jsp";
+ "&BKUSelectionTemplate=http://localhost:18080/oa/BKUSelectionTemplate.jsp";
%>
<a href="<%=urlStartAuth%>">Log in to sample application</a>
<br>