From 2a206654b6a2ebe5e7f09d26f344886bbce811b0 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Fri, 7 Dec 2012 17:17:19 -0500 Subject: [PATCH] added client credential protection to revocation endpoint --- .../src/main/webapp/WEB-INF/application-context.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/openid-connect-server/src/main/webapp/WEB-INF/application-context.xml b/openid-connect-server/src/main/webapp/WEB-INF/application-context.xml index 4c191f878..ac9d0d0bb 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/application-context.xml +++ b/openid-connect-server/src/main/webapp/WEB-INF/application-context.xml @@ -92,6 +92,10 @@ + + + + @@ -125,6 +129,11 @@ + + + + +