diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-02-14 16:11:09 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-02-14 16:11:09 +0100 |
commit | 6e4f150c26b55cb2a0771e4d6c9b65cbc760c0f2 (patch) | |
tree | 6a5952f58ea2c0ed27b0507183c4f4f2fa91d750 /id/server/auth | |
parent | 3a75d5244e06370031ade380387fee947a565a92 (diff) | |
download | moa-id-spss-6e4f150c26b55cb2a0771e4d6c9b65cbc760c0f2.tar.gz moa-id-spss-6e4f150c26b55cb2a0771e4d6c9b65cbc760c0f2.tar.bz2 moa-id-spss-6e4f150c26b55cb2a0771e4d6c9b65cbc760c0f2.zip |
logging
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml | 6 |
1 files changed, 5 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 f8fdcaffc..b63d413d0 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml @@ -60,9 +60,13 @@ <from>^/stork2/SendPEPSAuthnRequest$</from> <to type="forward">/dispatcher?mod=id_stork2&action=AuthenticationRequest&%{query-string}</to> </rule> + <rule match-type="regex"> + <from>^/moa-id-auth/SendPEPSAuthnRequest$</from> + <to type="forward">/dispatcher?mod=id_stork2&action=AuthenticationRequest&%{query-string}</to> + </rule> - <rule match-type="regex"> + <rule match-type="regex"> <from>^/oauth2/auth\\?(.*)$</from> <to type="forward">/dispatcher?mod=id_oauth20&action=AUTH&%{query-string}</to> </rule> |