diff options
Diffstat (limited to 'id/server/auth/src/main/webapp/WEB-INF')
| -rw-r--r-- | id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml | 10 | 
1 files changed, 10 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 2f17c7d98..f8fdcaffc 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml @@ -52,6 +52,16 @@  		<to type="forward">/dispatcher?mod=id_pvp2x&action=Soap</to>  	</rule> +    <rule match-type="regex"> +        <from>^/stork2/StartAuthentication$</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> + +  	<rule match-type="regex">  		<from>^/oauth2/auth\\?(.*)$</from>  		<to type="forward">/dispatcher?mod=id_oauth20&action=AUTH&%{query-string}</to> | 
