diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2016-01-13 16:47:05 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2016-01-13 16:47:05 +0100 |
commit | 1d65e35ef38e8a7405ec25def325080b7da2ab4d (patch) | |
tree | 0c6ee21b5cc0064f8b9cafd7b4c644d5ca1b56fc /id/server/auth | |
parent | 22820de6b6fa074be1d9990766fa631a6f7f5818 (diff) | |
download | moa-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.xml | 4 |
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&action=MandateRetrievalRequest&%{query-string}</to> </rule> + <rule match-type="regex"> + <from>^/eidas/ColleagueRequest$</from> + <to type="forward">/dispatcher?mod=eidas&action=AuthenticationRequest&%{query-string}</to> + </rule> <rule match-type="regex"> |