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"