From 935b5ed43af59e0be7c7b933372b0cf0ce6eb7c4 Mon Sep 17 00:00:00 2001 From: Michael Jett Date: Fri, 10 Aug 2012 17:11:13 -0400 Subject: [PATCH] Client Id is now editable --- .../src/main/webapp/resources/js/app.js | 1 + .../src/main/webapp/resources/template/client.html | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/openid-connect-server/src/main/webapp/resources/js/app.js b/openid-connect-server/src/main/webapp/resources/js/app.js index a6a7b5bdf..559b16755 100644 --- a/openid-connect-server/src/main/webapp/resources/js/app.js +++ b/openid-connect-server/src/main/webapp/resources/js/app.js @@ -207,6 +207,7 @@ var valid = this.model.set({ applicationName:$('#applicationName input').val(), + clientId:$('#clientId input').val(), clientSecret:$('#clientSecret input').val(), registeredRedirectUri:registeredRedirectUri, clientDescription:$('#clientDescription textarea').val(), diff --git a/openid-connect-server/src/main/webapp/resources/template/client.html b/openid-connect-server/src/main/webapp/resources/template/client.html index f4f3824e2..1b12f6680 100644 --- a/openid-connect-server/src/main/webapp/resources/template/client.html +++ b/openid-connect-server/src/main/webapp/resources/template/client.html @@ -24,7 +24,7 @@ Client ID - Client Name + Application Name @@ -44,7 +44,7 @@
- Details <%=(clientId != null ? 'for ' + clientId : '')%> + Details
@@ -53,6 +53,14 @@
+
+ +
+ +

Supporting help text

+
+
+