aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-03-21 11:23:03 +0100
committerBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-03-21 11:23:03 +0100
commit658cb68c445d5b73815c43b66dd717483a425ea5 (patch)
tree79afd381b08b137bad6dabca89dbf14d8b884307
parent05f8b895f82b67637e5758810139c30c29be9f1a (diff)
downloadmoa-id-spss-658cb68c445d5b73815c43b66dd717483a425ea5.tar.gz
moa-id-spss-658cb68c445d5b73815c43b66dd717483a425ea5.tar.bz2
moa-id-spss-658cb68c445d5b73815c43b66dd717483a425ea5.zip
service provider url
-rw-r--r--id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml4
1 files changed, 4 insertions, 0 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 5ed7739ec..6f451ec79 100644
--- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
+++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
@@ -69,6 +69,10 @@
<to type="forward">/dispatcher?mod=id_stork2&amp;action=AuthenticationRequest&amp;%{query-string}</to>
</rule>
<rule match-type="regex">
+ <from>^/stork2/ServiceProvider$</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>