From 69dc1fe361ef17505bcf7fe3e5fd5baf9cee39a4 Mon Sep 17 00:00:00 2001 From: Amanda Anganes Date: Wed, 11 Apr 2012 17:08:15 -0400 Subject: [PATCH] Removing our custom authorization endpoint and token endpoint urls, as well as the filter required by those custom urls (in web.xml), fixes the infinite redirect problem. This has been submitted as an issue to the SECOAUTH team. --- .../spring/appServlet/servlet-context.xml | 9 +++---- .../src/main/webapp/WEB-INF/web.xml | 24 +++++++++---------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/openid-connect-server/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml b/openid-connect-server/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml index 2033d04af..44c5c2981 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml +++ b/openid-connect-server/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml @@ -53,10 +53,11 @@ + user-approval-handler-ref="userApprovalHandler"> + + + + diff --git a/openid-connect-server/src/main/webapp/WEB-INF/web.xml b/openid-connect-server/src/main/webapp/WEB-INF/web.xml index 4b063fb7b..5f357fe47 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/web.xml +++ b/openid-connect-server/src/main/webapp/WEB-INF/web.xml @@ -17,19 +17,19 @@ - - oauth2EndpointUrlFilter - org.springframework.web.filter.DelegatingFilterProxy - - contextAttribute - org.springframework.web.servlet.FrameworkServlet.CONTEXT.appServlet - - + + + + + + + + - - oauth2EndpointUrlFilter - /* - + + + +