diff options
-rw-r--r-- | src/installer/resources/wayfconfig.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/installer/resources/wayfconfig.xml b/src/installer/resources/wayfconfig.xml index ffd8908..02b9e31 100644 --- a/src/installer/resources/wayfconfig.xml +++ b/src/installer/resources/wayfconfig.xml @@ -194,7 +194,13 @@ <Federation identifier="SWAMID-1.0"/> </DiscoveryServiceHandler> - <DiscoveryServiceHandler provideListOfList="true" location="https://idp-test.nordu.net(:[0-9]+)?/(.+/)?(DS|WAYF)/?" jspFile="wayf-ndn.jsp" errorJspFile="wayferror.jsp"> + <DiscoveryServiceHandler provideListOfList="true" location="https://idp-test.nordu.net(:[0-9]+)?/.+/ClearCache.wayf" jspFile="wayf-ndn.jsp" errorJspFile="wayferror.jsp"> + <PluginInstance identifier="DeleteCookiePlugin"/> + <Federation identifier="SWAMID-1.0"/> + <Federation identifier="Kalmar2"/> + </DiscoveryServiceHandler> + + <DiscoveryServiceHandler provideListOfList="true" location="https://idp-test.nordu.net(:[0-9]+)?/.+/(DS|WAYF)/?" jspFile="wayf-ndn.jsp" errorJspFile="wayferror.jsp"> <PluginInstance identifier="CookiePlugin"/> <Federation identifier="SWAMID-1.0"/> <Federation identifier="Kalmar2"/> |