$('#modalAlert div.modal-body').html("Pairwise identifiers cannot be used with multiple redirect URIs unless a sector identifier URI is also registered.");
$("#modalAlert").modal({// wire up the actual modal functionality and show the dialog
"backdrop":"static",
"keyboard":true,
"show":true// ensure the modal is shown immediately
});
returnfalse;
}
// process the JWKS
varjwksUri=null;
varjwks=null;
@ -947,7 +966,7 @@ var ClientFormView = Backbone.View.extend({
$('#modalAlert div.modal-body').html("Pairwise identifiers cannot be used with multiple redirect URIs unless a sector identifier URI is also registered.");
$("#modalAlert").modal({// wire up the actual modal functionality and show the dialog
"backdrop":"static",
"keyboard":true,
"show":true// ensure the modal is shown immediately
});
returnfalse;
}
// process the JWKS
varjwksUri=null;
varjwks=null;
@ -422,7 +441,7 @@ var DynRegEditView = Backbone.View.extend({