aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth
diff options
context:
space:
mode:
authorFlorian Reimair <florian.reimair@iaik.tugraz.at>2016-01-13 16:47:05 +0100
committerFlorian Reimair <florian.reimair@iaik.tugraz.at>2016-01-13 16:47:05 +0100
commit1d65e35ef38e8a7405ec25def325080b7da2ab4d (patch)
tree0c6ee21b5cc0064f8b9cafd7b4c644d5ca1b56fc /id/server/auth
parent22820de6b6fa074be1d9990766fa631a6f7f5818 (diff)
downloadmoa-id-spss-1d65e35ef38e8a7405ec25def325080b7da2ab4d.tar.gz
moa-id-spss-1d65e35ef38e8a7405ec25def325080b7da2ab4d.tar.bz2
moa-id-spss-1d65e35ef38e8a7405ec25def325080b7da2ab4d.zip
moa learned how to receive eidas node requests
Diffstat (limited to 'id/server/auth')
-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 8f01ca22b..c3cf396b3 100644
--- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
+++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
@@ -93,6 +93,10 @@
<from>^/stork2/RetrieveMandate$</from>
<to type="forward">/dispatcher?mod=id_stork2&amp;action=MandateRetrievalRequest&amp;%{query-string}</to>
</rule>
+ <rule match-type="regex">
+ <from>^/eidas/ColleagueRequest$</from>
+ <to type="forward">/dispatcher?mod=eidas&amp;action=AuthenticationRequest&amp;%{query-string}</to>
+ </rule>
<rule match-type="regex">