From 1fcb67e885a700f23bacae7a0192d2c8b6369039 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 5 Mar 2013 12:33:14 -0500 Subject: [PATCH] JWKS and subject type --- .../src/main/webapp/resources/js/client.js | 4 +-- .../webapp/resources/template/client.html | 25 ++++++++++++++++--- 2 files changed, 24 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 deda485b0..3f5f75ef1 100644 --- a/openid-connect-server/src/main/webapp/resources/js/client.js +++ b/openid-connect-server/src/main/webapp/resources/js/client.js @@ -370,6 +370,8 @@ var ClientFormView = Backbone.View.extend({ policyUri: $('#policyUri input').val(), clientUri: $('#clientUri input').val(), applicationType: $('#applicationType input').filter(':checked').val(), + jwksUri: $('#jwksUri input').val(), + subjectType: subjectType, // TODO: need a preprocessor? @@ -377,9 +379,7 @@ var ClientFormView = Backbone.View.extend({ 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? - jwksUri: $('#jwksUri input').val(), sectorIdentifierUri: $('#sectorIdentifierUri input').val(), - subjectType: subjectType, // TODO: need a preprocessor? requestObjectSigningAlg: requestObjectSigningAlg, // TODO: need a preprocessor for all the JOSE stuff: userInfoEncryptedResponseAlg: userInfoEncryptedResponseAlg, // " userInfoEncryptedResponseEnc: userInfoEncryptedResponseEnc, // " 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 04d03bf75..7764955bb 100644 --- a/openid-connect-server/src/main/webapp/resources/template/client.html +++ b/openid-connect-server/src/main/webapp/resources/template/client.html @@ -76,6 +76,7 @@
  • Access
  • Credentials
  • Tokens
  • +
  • Other
  • @@ -270,6 +271,14 @@
    +
    + +
    + +

    URL for the client's JSON Web Key set

    +
    +
    +
    @@ -331,9 +340,19 @@
    -
    - This page intentionally left blank. -
    +
    + +
    + + +
    +
    + +