diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/client.js b/openid-connect-server-webapp/src/main/webapp/resources/js/client.js index c06c806d5..f273aa42a 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/js/client.js +++ b/openid-connect-server-webapp/src/main/webapp/resources/js/client.js @@ -798,7 +798,7 @@ var ClientFormView = Backbone.View.extend({ $("#redirectUris .controls",this.el).html(new ListWidgetView({ type:'uri', - placeholder: 'http://', + placeholder: 'https://', collection: this.redirectUrisCollection}).render().el); // build and bind scopes @@ -828,7 +828,7 @@ var ClientFormView = Backbone.View.extend({ $('#requestUris .controls', this.el).html(new ListWidgetView({ type: 'uri', - placeholder: 'http://', + placeholder: 'https://', collection: this.requestUrisCollection}).render().el); // build and bind default ACR values diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js b/openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js index 32957d46d..6e487ea08 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js +++ b/openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js @@ -368,7 +368,7 @@ var DynRegEditView = Backbone.View.extend({ $("#redirectUris .controls",this.el).html(new ListWidgetView({ type:'uri', - placeholder: 'http://', + placeholder: 'https://', collection: this.redirectUrisCollection}).render().el); // build and bind scopes @@ -400,7 +400,7 @@ var DynRegEditView = Backbone.View.extend({ $('#requestUris .controls', this.el).html(new ListWidgetView({ type: 'uri', - placeholder: 'http://', + placeholder: 'https://', collection: this.requestUrisCollection}).render().el); // build and bind default ACR values diff --git a/openid-connect-server-webapp/src/main/webapp/resources/template/client.html b/openid-connect-server-webapp/src/main/webapp/resources/template/client.html index e4b7ca3bd..960eae627 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/template/client.html +++ b/openid-connect-server-webapp/src/main/webapp/resources/template/client.html @@ -195,7 +195,7 @@
URL that points to a logo image, will be displayed on approval page
URL for the Terms of Service of this client, will be displayed to the user
URL for the Policy Statement of this client, will be displayed to the user
URL for the client's home page, will be displayed to the user
Sector Identifier for JavaScript
URL for the client's JSON Web Key set
URL to initiate login on the client
URL to redirect the client to after a logout operation