From 899e306683be87e978c3d9b41d9acc4eceed2d48 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Fri, 18 Jan 2013 18:15:19 -0500 Subject: [PATCH] fixed JS crash on "new client" operation --- openid-connect-server/src/main/webapp/resources/js/admin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openid-connect-server/src/main/webapp/resources/js/admin.js b/openid-connect-server/src/main/webapp/resources/js/admin.js index 4b97e530d..6094006a5 100644 --- a/openid-connect-server/src/main/webapp/resources/js/admin.js +++ b/openid-connect-server/src/main/webapp/resources/js/admin.js @@ -224,7 +224,8 @@ refreshTokenValiditySeconds: 604800, displayClientSecret: false, generateClientSecret: false, - requireClientSecret: true + requireClientSecret: true, + allowIntrospection: false }, urlRoot:"api/clients"