aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main
diff options
context:
space:
mode:
authorFlorian Reimair <florian.reimair@iaik.tugraz.at>2014-02-20 14:55:17 +0100
committerFlorian Reimair <florian.reimair@iaik.tugraz.at>2014-02-24 12:19:36 +0100
commit3f388c8862a4543d8c7f791e5ff47090d533aa0c (patch)
treec2e7223886d779c7dde4884f9a4affaaa0560b7e /id/server/auth/src/main
parent0e19ab212b9c652401937ba3a2a4b415c010eeb4 (diff)
downloadmoa-id-spss-3f388c8862a4543d8c7f791e5ff47090d533aa0c.tar.gz
moa-id-spss-3f388c8862a4543d8c7f791e5ff47090d533aa0c.tar.bz2
moa-id-spss-3f388c8862a4543d8c7f791e5ff47090d533aa0c.zip
added attribute collector action to protocol and urlrewrite
Diffstat (limited to 'id/server/auth/src/main')
-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 f8fdcaffc..563ee04dd 100644
--- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
+++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
@@ -57,6 +57,10 @@
<to type="forward">/dispatcher?mod=id_stork2&amp;action=AuthenticationRequest&amp;%{query-string}</to>
</rule>
<rule match-type="regex">
+ <from>^/stork2/ResumeAuthentication$</from>
+ <to type="forward">/dispatcher?mod=id_stork2&amp;action=AttributeCollector&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>