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/snippets | |
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/snippets')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/interfederation.jsp | 10 | ||||
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/pvpgateway.jsp | 4 |
2 files changed, 12 insertions, 2 deletions
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"> |