aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth
diff options
context:
space:
mode:
authorFlorian Reimair <florian.reimair@iaik.tugraz.at>2015-05-05 16:10:56 +0200
committerFlorian Reimair <florian.reimair@iaik.tugraz.at>2015-05-05 16:10:56 +0200
commit4df561f9f19966c92cd658efa0cd3942a0a091d4 (patch)
tree8bfd831045f1cf9478536a3192df1956937483c1 /id/server/auth
parent7d8b6f80bb6faf33c4a19aac2d23784a8dbbddc2 (diff)
downloadmoa-id-spss-4df561f9f19966c92cd658efa0cd3942a0a091d4.tar.gz
moa-id-spss-4df561f9f19966c92cd658efa0cd3942a0a091d4.tar.bz2
moa-id-spss-4df561f9f19966c92cd658efa0cd3942a0a091d4.zip
moved consent request before attributes are being collected
Diffstat (limited to 'id/server/auth')
-rw-r--r--id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml2
1 files changed, 1 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 54debca81..8f01ca22b 100644
--- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
+++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
@@ -74,7 +74,7 @@
<to type="forward">/dispatcher?mod=id_stork2&amp;action=AttributeCollector&amp;%{query-string}</to>
</rule>
<rule match-type="regex">
- <from>^/stork2/CompleteAuthentication$</from>
+ <from>^/stork2/GetConsent$</from>
<to type="forward">/dispatcher?mod=id_stork2&amp;action=ConsentEvaluator&amp;%{query-string}</to>
</rule>
<rule match-type="regex">