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 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml') 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$ -- cgit v1.2.3