diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-21 11:23:03 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-21 11:23:03 +0100 |
commit | 658cb68c445d5b73815c43b66dd717483a425ea5 (patch) | |
tree | 79afd381b08b137bad6dabca89dbf14d8b884307 /id/server/auth/src | |
parent | 05f8b895f82b67637e5758810139c30c29be9f1a (diff) | |
download | moa-id-spss-658cb68c445d5b73815c43b66dd717483a425ea5.tar.gz moa-id-spss-658cb68c445d5b73815c43b66dd717483a425ea5.tar.bz2 moa-id-spss-658cb68c445d5b73815c43b66dd717483a425ea5.zip |
service provider url
Diffstat (limited to 'id/server/auth/src')
-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 5ed7739ec..6f451ec79 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml @@ -69,6 +69,10 @@ <to type="forward">/dispatcher?mod=id_stork2&action=AuthenticationRequest&%{query-string}</to> </rule> <rule match-type="regex"> + <from>^/stork2/ServiceProvider$</from> + <to type="forward">/dispatcher?mod=id_stork2&action=AuthenticationRequest&%{query-string}</to> + </rule> + <rule match-type="regex"> <from>^/stork2/SendPEPSAuthnRequest$</from> <to type="forward">/dispatcher?mod=id_stork2&action=AuthenticationRequest&%{query-string}</to> </rule> |