diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-07 08:03:26 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-07 08:03:26 +0200 |
commit | 976eb0849f4cef5681b7f3b2f1329f528254cad7 (patch) | |
tree | 7c51d89a45a98c9b7b30fdbe448e6415473483c6 /id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp | |
parent | 2e4354640986b86aaac16b59bc4836c8bf01cb25 (diff) | |
download | moa-id-spss-976eb0849f4cef5681b7f3b2f1329f528254cad7.tar.gz moa-id-spss-976eb0849f4cef5681b7f3b2f1329f528254cad7.tar.bz2 moa-id-spss-976eb0849f4cef5681b7f3b2f1329f528254cad7.zip |
finalize IDP interfederation configuration
Info: STORK VIDP configuration is moved to section interfederation
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp b/id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp index e797d05fe..a3541c9a7 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp @@ -54,13 +54,6 @@ <button type="button" class="oa_buttons" onclick="oaSAML1();" id="button_saml1_hidden"> <%=LanguageHelper.getGUIString("webpages.oaconfig.menu.saml1.hidden", request) %> </button> - - <button type="button" class="oa_buttons" onclick="oaVIDP();" id="button_vidp_show"> - <%=LanguageHelper.getGUIString("webpages.oaconfig.menu.vidp.show", request) %> - </button> - <button type="button" style="display:none" class="oa_buttons" onclick="oaVIDP();" id="button_vidp_hidden"> - <%=LanguageHelper.getGUIString("webpages.oaconfig.menu.vidp.hidden", request) %> - </button> </s:if> <button type="button" class="oa_buttons" onclick="oaPVP2();" id="button_pvp2_show"> @@ -81,13 +74,11 @@ <s:include value="snippets/OA/saml1.jsp"></s:include> <s:include value="snippets/OA/pvp2.jsp"> - <s:param name="headBlock">hidden</s:param> + <s:param name="hideBlock">hidden</s:param> </s:include> <s:include value="snippets/OA/openIDConnect.jsp"></s:include> - <s:include value="snippets/OA/vidp.jsp"></s:include> - </div> <s:include value="snippets/OA/formCustomization.jsp"></s:include> |