From f54870a55c9830caa2862d95e2e7f8f3cd6e0243 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 6 Jun 2014 13:49:25 +0200 Subject: final betaversion if MOA-ID-Auth Single LogOut --- id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml | 17 +++++++++++++---- id/server/auth/src/main/webapp/WEB-INF/web.xml | 13 ++++++++++++- 2 files changed, 25 insertions(+), 5 deletions(-) (limited to 'id/server/auth/src') diff --git a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml index 6da7396a1..23737452a 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml @@ -41,20 +41,29 @@ ^/pvp2/redirect$ - /dispatcher?mod=id_pvp2x&action=Redirect&%{query-string} + /dispatcher?mod=id_pvp2x&action=Redirect&endpointtype=idp&%{query-string} ^/pvp2/post$ - /dispatcher?mod=id_pvp2x&action=Post&%{query-string} + /dispatcher?mod=id_pvp2x&action=Post&endpointtype=idp&%{query-string} ^/pvp2/Soap$ - /dispatcher?mod=id_pvp2x&action=Soap + /dispatcher?mod=id_pvp2x&action=Soap&endpointtype=idp ^/pvp2/attributequery$ - /dispatcher?mod=id_pvp2x&action=AttributeQuery + /dispatcher?mod=id_pvp2x&action=AttributeQuery&endpointtype=idp + + ^/pvp2/sp/redirect$ + /dispatcher?mod=id_pvp2x&action=Redirect&endpointtype=sp&%{query-string} + + + ^/pvp2/sp/post$ + /dispatcher?mod=id_pvp2x&action=Post&endpointtype=sp&%{query-string} + + ^/stork2/StartAuthentication$ diff --git a/id/server/auth/src/main/webapp/WEB-INF/web.xml b/id/server/auth/src/main/webapp/WEB-INF/web.xml index 0ef8a568c..d60d73fd2 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/web.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/web.xml @@ -35,8 +35,15 @@ LogOut SSO LogOut at.gv.egovernment.moa.id.auth.servlet.LogOutServlet - 1 + + + IDPSLO + IDP-SLO + IDP Single LogOut Service + at.gv.egovernment.moa.id.auth.servlet.IDPSingleLogOutServlet + + VerifyIdentityLink VerifyIdentityLink @@ -170,6 +177,10 @@ LogOut /LogOut + + IDPSLO + /idpSingleLogout + VerifyIdentityLink /VerifyIdentityLink -- cgit v1.2.3