From 337ee0b165458c9b1168f0c992f8e50445609a0d Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Wed, 12 Nov 2014 16:32:48 -1000 Subject: [PATCH] added assertion authentication to introspection and revocation endpoints, closes #724 --- .../main/webapp/WEB-INF/application-context.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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 2248f4d9a..55b744c13 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 @@ -73,7 +73,7 @@ - + @@ -128,6 +128,7 @@ authentication-manager-ref="clientAuthenticationManager"> + @@ -139,6 +140,7 @@ authentication-manager-ref="clientAuthenticationManager"> + @@ -168,11 +170,21 @@ - + + + + + + + + + + +