diff --git a/openid-connect-server/src/main/webapp/resources/js/client.js b/openid-connect-server/src/main/webapp/resources/js/client.js index 7a8d9f681..4d4a99cb7 100644 --- a/openid-connect-server/src/main/webapp/resources/js/client.js +++ b/openid-connect-server/src/main/webapp/resources/js/client.js @@ -372,13 +372,13 @@ var ClientFormView = Backbone.View.extend({ applicationType: $('#applicationType input').filter(':checked').val(), jwksUri: $('#jwksUri input').val(), subjectType: $('#applicationType input').filter(':checked').val(), + tokenEndpointAuthMethod: $('#tokenEndpointAuthMethod input').filter(':checked').val(), // TODO: everything below this line isn't implemented yet /* contacts: this.contactsCollection.pluck('item'), - tokenEndpointAuthMethod: $('#tokenEndpointAuthMethod input').val(), // TODO: this might need to be something different for a single-select? responseTypes: responseTypes, // TODO: need a preprocessor? sectorIdentifierUri: $('#sectorIdentifierUri input').val(), requestObjectSigningAlg: requestObjectSigningAlg, // TODO: need a preprocessor for all the JOSE stuff: 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 7764955bb..fbac1887c 100644 --- a/openid-connect-server/src/main/webapp/resources/template/client.html +++ b/openid-connect-server/src/main/webapp/resources/template/client.html @@ -227,6 +227,27 @@
+
+ +
+ + + + + +
+
+
@@ -257,13 +278,13 @@
-
+
-
- Generate on Save +
+ Generate on Save
-
+
* * * * * * * * * * * *