From 82ecef144dcdd6471f8380adc65018e5c4f7e0c6 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 5 Mar 2013 14:05:46 -0500 Subject: [PATCH] token endpoint auth method --- .../src/main/webapp/resources/js/client.js | 2 +- .../webapp/resources/template/client.html | 29 ++++++++++++++++--- 2 files changed, 26 insertions(+), 5 deletions(-) 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
-
+
* * * * * * * * * * * *