File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
openid-connect-server-webapp/src/main/webapp/resources/js Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ var ClientFormView = Backbone.View.extend({
679
679
clientUri : $ ( '#clientUri input' ) . val ( ) ,
680
680
applicationType : $ ( '#applicationType input' ) . filter ( ':checked' ) . val ( ) ,
681
681
jwksUri : $ ( '#jwksUri input' ) . val ( ) ,
682
- subjectType : $ ( '#applicationType input' ) . filter ( ':checked' ) . val ( ) ,
682
+ subjectType : $ ( '#subjectType input' ) . filter ( ':checked' ) . val ( ) ,
683
683
tokenEndpointAuthMethod : $ ( '#tokenEndpointAuthMethod input' ) . filter ( ':checked' ) . val ( ) ,
684
684
responseTypes : responseTypes ,
685
685
sectorIdentifierUri : $ ( '#sectorIdentifierUri input' ) . val ( ) ,
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ var DynRegEditView = Backbone.View.extend({
293
293
client_uri : $ ( '#clientUri input' ) . val ( ) ,
294
294
application_type : $ ( '#applicationType input' ) . filter ( ':checked' ) . val ( ) ,
295
295
jwks_uri : $ ( '#jwksUri input' ) . val ( ) ,
296
- subject_type : $ ( '#applicationType input' ) . filter ( ':checked' ) . val ( ) ,
296
+ subject_type : $ ( '#subjectType input' ) . filter ( ':checked' ) . val ( ) ,
297
297
token_endpoint_auth_method : $ ( '#tokenEndpointAuthMethod input' ) . filter ( ':checked' ) . val ( ) ,
298
298
response_types : responseTypes ,
299
299
sector_identifier_uri : $ ( '#sectorIdentifierUri input' ) . val ( ) ,
You can’t perform that action at this time.
0 commit comments