aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2013-05-02 13:35:38 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2013-05-02 13:35:38 +0200
commit36a3ddc4e108efc7813b655b74e9919c00c9fd94 (patch)
tree9208ea261f96c9cd276d3b1b1571b9ec33a28009 /id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
parent8de3af116a8f306a6a7690e6c6f0c9b0e88b9c67 (diff)
downloadmoa-id-spss-36a3ddc4e108efc7813b655b74e9919c00c9fd94.tar.gz
moa-id-spss-36a3ddc4e108efc7813b655b74e9919c00c9fd94.tar.bz2
moa-id-spss-36a3ddc4e108efc7813b655b74e9919c00c9fd94.zip
PVP2 basic authnrequest handling and assertion building
Diffstat (limited to 'id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml')
-rw-r--r--id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml8
1 files changed, 4 insertions, 4 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 1d75053f2..032f06911 100644
--- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
+++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
@@ -22,20 +22,20 @@
<!-- Legacy Rules -->
<rule match-type="regex">
<from>^/StartAuthentication$</from>
- <to type="forward">/AuthDispatcher?mod=id_saml1&amp;action=GetArtifact</to>
+ <to type="forward">/dispatcher?mod=id_saml1&amp;action=GetArtifact</to>
</rule>
<rule match-type="regex">
<from>^/StartAuthentication\?(.*)$</from>
- <to type="forward">/AuthDispatcher?mod=id_saml1&amp;action=GetArtifact&amp;$1</to>
+ <to type="forward">/dispatcher?mod=id_saml1&amp;action=GetArtifact&amp;$1</to>
</rule>
<rule match-type="regex">
<from>^/auth/([a-zA-Z0-9]+)/([a-zA-Z0-9]+)$</from>
- <to type="forward">/AuthDispatcher?mod=$1&amp;action=$2</to>
+ <to type="forward">/dispatcher?mod=$1&amp;action=$2</to>
</rule>
<rule match-type="regex">
<from>^/auth/([a-zA-Z0-9]+)/([a-zA-Z0-9]+)\?(.*)$</from>
- <to type="forward">/AuthDispatcher?mod=$1&amp;action=$2&amp;$3</to>
+ <to type="forward">/dispatcher?mod=$1&amp;action=$2&amp;$3</to>
</rule>