aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-01-17 16:57:02 +0100
committerBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-01-17 16:57:02 +0100
commit2e59ebb5e82cac6fa4defc0ca4d201e59891d84f (patch)
treebe4f87f166d74f780906e3a8d3318e29931dc5f5
parent92094305b901df13e21d0d856fe4ce5deeaf27f8 (diff)
downloadmoa-id-spss-2e59ebb5e82cac6fa4defc0ca4d201e59891d84f.tar.gz
moa-id-spss-2e59ebb5e82cac6fa4defc0ca4d201e59891d84f.tar.bz2
moa-id-spss-2e59ebb5e82cac6fa4defc0ca4d201e59891d84f.zip
adding stork2 support to urlrewrite
-rw-r--r--id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml14
1 files changed, 13 insertions, 1 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 d33cae207..cc9cc8236 100644
--- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
+++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
@@ -52,7 +52,19 @@
<to type="forward">/dispatcher?mod=id_pvp2x&amp;action=Soap</to>
</rule>
- <outbound-rule>
+ <rule match-type="regex">
+ <from>^/stork2/StartAuthentication$</from>
+ <to type="forward">/dispatcher?mod=id_stork2&amp;action=AuthenticationRequest&amp;%{query-string}</to>
+ </rule>
+ <rule match-type="regex">
+ <from>^/stork2/SendPEPSAuthnRequest$</from>
+ <to type="forward">/dispatcher?mod=id_stork2&amp;action=AuthenticationRequest&amp;%{query-string}</to>
+ </rule>
+
+
+
+
+ <outbound-rule>
<note>
The outbound-rule specifies that when response.encodeURL is called (if
you are using JSTL c:url)