diff options
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp/snippets/OA')
-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"> |