diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-22 14:11:11 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-22 14:11:11 +0100 |
commit | 0c6ca9a8fb5de402f128a449b80635a79292fce0 (patch) | |
tree | af21904ae85f6ebb9958f03750684cfccc60cffc /id/server/auth | |
parent | abd4a6743f610bf85392b6517457ae353e7e3322 (diff) | |
download | moa-id-spss-0c6ca9a8fb5de402f128a449b80635a79292fce0.tar.gz moa-id-spss-0c6ca9a8fb5de402f128a449b80635a79292fce0.tar.bz2 moa-id-spss-0c6ca9a8fb5de402f128a449b80635a79292fce0.zip |
refactor eIDAS-node metadata generation
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml | 6 |
1 files changed, 6 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 c3cf396b3..a67549ef3 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml @@ -93,10 +93,16 @@ <from>^/stork2/RetrieveMandate$</from> <to type="forward">/dispatcher?mod=id_stork2&action=MandateRetrievalRequest&%{query-string}</to> </rule> + + <!-- eIDAS protocol --> <rule match-type="regex"> <from>^/eidas/ColleagueRequest$</from> <to type="forward">/dispatcher?mod=eidas&action=AuthenticationRequest&%{query-string}</to> </rule> + <rule match-type="regex"> + <from>^/eidas/metadata$</from> + <to type="forward">/dispatcher?mod=eidas&action=MetadataRequest&%{query-string}</to> + </rule> <rule match-type="regex"> |