From cfb70f755c45a2cad582e8030b1542add9949efb Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 24 Jul 2013 17:13:31 +0200 Subject: - SSO finalized - SSO Session is not closed if a new single authentication operation is started - PVP2 Configuration from Database (but without Metadata) --> TODO: change MetaDataProvider - Add additional UserFrame in case of SSO - MOASession encryption TODO: MetaDataProvider, IdentityLink resign, SSO with Mandates, Legacy Template generation --- id/server/auth/src/main/webapp/WEB-INF/web.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'id/server/auth/src/main/webapp/WEB-INF/web.xml') diff --git a/id/server/auth/src/main/webapp/WEB-INF/web.xml b/id/server/auth/src/main/webapp/WEB-INF/web.xml index ce410e769..e47fe26e2 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/web.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/web.xml @@ -19,7 +19,12 @@ RedirectServlet RedirectServlet at.gv.egovernment.moa.id.auth.servlet.RedirectServlet - + + + SSOSendAssertionServlet + SSOSendAssertionServlet + at.gv.egovernment.moa.id.auth.servlet.SSOSendAssertionServlet + LogOut LogOut @@ -147,6 +152,10 @@ RedirectServlet /RedirectServlet + + + SSOSendAssertionServlet + /SSOSendAssertionServlet LogOut -- cgit v1.2.3