diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2015-05-05 16:10:56 +0200 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2015-05-05 16:10:56 +0200 |
commit | 4df561f9f19966c92cd658efa0cd3942a0a091d4 (patch) | |
tree | 8bfd831045f1cf9478536a3192df1956937483c1 /id/server/auth/src/main/webapp | |
parent | 7d8b6f80bb6faf33c4a19aac2d23784a8dbbddc2 (diff) | |
download | moa-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/src/main/webapp')
-rw-r--r-- | id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml | 2 |
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&action=AttributeCollector&%{query-string}</to> </rule> <rule match-type="regex"> - <from>^/stork2/CompleteAuthentication$</from> + <from>^/stork2/GetConsent$</from> <to type="forward">/dispatcher?mod=id_stork2&action=ConsentEvaluator&%{query-string}</to> </rule> <rule match-type="regex"> |