diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js b/openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js index 6242a0302..548470556 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js +++ b/openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js @@ -40,8 +40,6 @@ var DynRegClient = Backbone.Model.extend({ request_uris:[], - client_description:null, - registration_access_token:null, registration_client_uri:null }, @@ -300,7 +298,6 @@ var DynRegEditView = Backbone.View.extend({ var attrs = { client_name:$('#clientName input').val(), redirect_uris: this.redirectUrisCollection.pluck("item"), - client_description:$('#clientDescription textarea').val(), logo_uri:$('#logoUri input').val(), grant_types: grantTypes, scope: scopes, diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js b/openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js index 7581816ca..2e01fa15b 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js +++ b/openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js @@ -40,8 +40,6 @@ var ResRegClient = Backbone.Model.extend({ request_uris:[], - client_description:null, - registration_access_token:null, registration_client_uri:null }, @@ -299,7 +297,6 @@ var ResRegEditView = Backbone.View.extend({ var attrs = { client_name:$('#clientName input').val(), - client_description:$('#clientDescription textarea').val(), logo_uri:$('#logoUri input').val(), scope: scopes, diff --git a/openid-connect-server-webapp/src/main/webapp/resources/template/dynreg.html b/openid-connect-server-webapp/src/main/webapp/resources/template/dynreg.html index a5c8638dc..6d7ce3cbe 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/template/dynreg.html +++ b/openid-connect-server-webapp/src/main/webapp/resources/template/dynreg.html @@ -158,14 +158,6 @@ -
- -
- -

Human-readable text description

-
-
-
diff --git a/openid-connect-server-webapp/src/main/webapp/resources/template/rsreg.html b/openid-connect-server-webapp/src/main/webapp/resources/template/rsreg.html index 3a3b90696..5c3d0239b 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/template/rsreg.html +++ b/openid-connect-server-webapp/src/main/webapp/resources/template/rsreg.html @@ -150,14 +150,6 @@
-
- -
- -

Human-readable text description

-
-
-