From 926e1ef39cfabb48e41edeedc66519b8455e52dd Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 3 Sep 2013 12:24:38 -0400 Subject: [PATCH] made introspection and revocation work with basic auth (and possible OAuth tokens, but that needs more work) --- .../main/webapp/WEB-INF/application-context.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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 2dff104cf..2f9489c72 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 @@ -107,11 +107,23 @@ - + + + - + + +