diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-06-06 13:49:25 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-06-06 13:49:25 +0200 |
commit | f54870a55c9830caa2862d95e2e7f8f3cd6e0243 (patch) | |
tree | fb25a52c2f8afad1adafa3d92696aa21ad9e81ed /id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml | |
parent | 0334cd30ddd9719b0801a274250be8476e0e95be (diff) | |
download | moa-id-spss-f54870a55c9830caa2862d95e2e7f8f3cd6e0243.tar.gz moa-id-spss-f54870a55c9830caa2862d95e2e7f8f3cd6e0243.tar.bz2 moa-id-spss-f54870a55c9830caa2862d95e2e7f8f3cd6e0243.zip |
final betaversion if MOA-ID-Auth Single LogOut
Diffstat (limited to 'id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml')
-rw-r--r-- | id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml | 17 |
1 files changed, 13 insertions, 4 deletions
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 @@ </rule> <rule match-type="regex"> <from>^/pvp2/redirect$</from> - <to type="forward">/dispatcher?mod=id_pvp2x&action=Redirect&%{query-string}</to> + <to type="forward">/dispatcher?mod=id_pvp2x&action=Redirect&endpointtype=idp&%{query-string}</to> </rule> <rule match-type="regex"> <from>^/pvp2/post$</from> - <to type="forward">/dispatcher?mod=id_pvp2x&action=Post&%{query-string}</to> + <to type="forward">/dispatcher?mod=id_pvp2x&action=Post&endpointtype=idp&%{query-string}</to> </rule> <rule match-type="regex"> <from>^/pvp2/Soap$</from> - <to type="forward">/dispatcher?mod=id_pvp2x&action=Soap</to> + <to type="forward">/dispatcher?mod=id_pvp2x&action=Soap&endpointtype=idp</to> </rule> <rule match-type="regex"> <from>^/pvp2/attributequery$</from> - <to type="forward">/dispatcher?mod=id_pvp2x&action=AttributeQuery</to> + <to type="forward">/dispatcher?mod=id_pvp2x&action=AttributeQuery&endpointtype=idp</to> </rule> + <rule match-type="regex"> + <from>^/pvp2/sp/redirect$</from> + <to type="forward">/dispatcher?mod=id_pvp2x&action=Redirect&endpointtype=sp&%{query-string}</to> + </rule> + <rule match-type="regex"> + <from>^/pvp2/sp/post$</from> + <to type="forward">/dispatcher?mod=id_pvp2x&action=Post&endpointtype=sp&%{query-string}</to> + </rule> + <rule match-type="regex"> <from>^/stork2/StartAuthentication$</from> |