diff options
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 d6df363c5..461ff7efc 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml @@ -61,6 +61,10 @@          <to type="forward">/dispatcher?mod=id_stork2&action=AttributeCollector&%{query-string}</to>      </rule>      <rule match-type="regex"> +        <from>^/stork2/CompleteAuthentication$</from> +        <to type="forward">/dispatcher?mod=id_stork2&action=ConsentEvaluator&%{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> | 
