From 7e2109f617328e134f9431647a6fbd95d47e1992 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Mon, 26 May 2014 17:40:08 -0400 Subject: [PATCH] added oauth filters to resource registration endpoint --- .../src/main/webapp/WEB-INF/application-context.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml b/openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml index 9c5bd926b..b1b512b49 100644 --- a/openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml +++ b/openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml @@ -103,7 +103,14 @@ - + + + + + + + +