diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-24 13:42:13 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-24 13:42:13 +0200 |
commit | 479f2dc2f37b0bcdc9317e6d740d1e173b34bbb4 (patch) | |
tree | dcff276cc5e9576619b48b147fb315a81a5cb683 /id/ConfigWebTool/src/main/webapp/jsp | |
parent | 79867a72c06e4230428d3755509f1bf7b50f9914 (diff) | |
download | moa-id-spss-479f2dc2f37b0bcdc9317e6d740d1e173b34bbb4.tar.gz moa-id-spss-479f2dc2f37b0bcdc9317e6d740d1e173b34bbb4.tar.bz2 moa-id-spss-479f2dc2f37b0bcdc9317e6d740d1e173b34bbb4.zip |
update configtool for STORK-PVP gateway configuration
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp')
3 files changed, 17 insertions, 3 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/interfederation/idplist.jsp b/id/ConfigWebTool/src/main/webapp/jsp/interfederation/idplist.jsp index 3e7404dfc..ef666b357 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/interfederation/idplist.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/interfederation/idplist.jsp @@ -46,7 +46,11 @@ <s:form action="newIDP" namespace="/secure" method="POST" > <s:hidden name="interfederationType" value="-VIDP"></s:hidden> <s:submit key="webpages.interfederation.new.vidp"/> - </s:form> + </s:form> + <s:form action="newIDP" namespace="/secure" method="POST" > + <s:hidden name="interfederationType" value="-IDPGATEWAY"></s:hidden> + <s:submit key="webpages.interfederation.new.gateway"/> + </s:form> </div> diff --git a/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/interfederation.jsp b/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/interfederation.jsp index 97d21bcb4..b104e0fa7 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/interfederation.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/interfederation.jsp @@ -20,6 +20,16 @@ labelposition="left" cssClass="checkbox" name="moaIDP.storeSSOSession"></s:checkbox> + + <s:checkbox key="webpages.inderfederation.moaid.sendPassivRequest" + labelposition="left" + cssClass="checkbox" + name="moaIDP.passiveRequest"></s:checkbox> + + <s:checkbox key="webpages.inderfederation.moaid.perfomLocalAuthOnError" + labelposition="left" + cssClass="checkbox" + name="moaIDP.localAuthOnError"></s:checkbox> <s:textfield name="moaIDP.queryURL" value="%{moaIDP.queryURL}" diff --git a/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/pvpgateway.jsp b/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/pvpgateway.jsp index 8acd725c7..13fc77081 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/pvpgateway.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/pvpgateway.jsp @@ -6,8 +6,8 @@ <div id="oa_pvp2_area" class="oa_protocol_area"> <h4><%=LanguageHelper.getGUIString("webpages.inderfederation.moaid.header", request) %></h4> - <s:textfield name="pvpGateway.entityID" - value="%{pvpGateway.entityID}" + <s:textfield name="pVPGateway.entityID" + value="%{pVPGateway.entityID}" labelposition="left" key="webpages.inderfederation.gateway.entityID" cssClass="textfield_long"> |