diff --git a/adapters/saml/core/src/main/resources/schema/keycloak_saml_adapter_1_7.xsd b/adapters/saml/core/src/main/resources/schema/keycloak_saml_adapter_1_7.xsd index fc9cb5ec7e..d791682c2f 100644 --- a/adapters/saml/core/src/main/resources/schema/keycloak_saml_adapter_1_7.xsd +++ b/adapters/saml/core/src/main/resources/schema/keycloak_saml_adapter_1_7.xsd @@ -308,7 +308,7 @@ - This is the signature canonicalization method that the IDP expects signed documents to use. The default value is http://www.w3.org/2001/10/xml-exc-c14n# and should be good for most IDPs. + This is the signature canonicalization method that the IDP expects signed documents to use. The default value is https://www.w3.org/2001/10/xml-exc-c14n# and should be good for most IDPs. diff --git a/examples/basic-auth/pom.xml b/examples/basic-auth/pom.xml index 375576f271..865e6ed314 100755 --- a/examples/basic-auth/pom.xml +++ b/examples/basic-auth/pom.xml @@ -38,7 +38,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/broker/facebook-authentication/pom.xml b/examples/broker/facebook-authentication/pom.xml index 679da112a4..ec13fa82ab 100755 --- a/examples/broker/facebook-authentication/pom.xml +++ b/examples/broker/facebook-authentication/pom.xml @@ -38,7 +38,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/broker/google-authentication/pom.xml b/examples/broker/google-authentication/pom.xml index c756369230..01038dfacc 100755 --- a/examples/broker/google-authentication/pom.xml +++ b/examples/broker/google-authentication/pom.xml @@ -38,7 +38,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/broker/saml-broker-authentication/pom.xml b/examples/broker/saml-broker-authentication/pom.xml index 3a8d8a0632..0d73d67b7e 100755 --- a/examples/broker/saml-broker-authentication/pom.xml +++ b/examples/broker/saml-broker-authentication/pom.xml @@ -38,7 +38,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/broker/twitter-authentication/pom.xml b/examples/broker/twitter-authentication/pom.xml index cd9a29b160..f89155be0e 100755 --- a/examples/broker/twitter-authentication/pom.xml +++ b/examples/broker/twitter-authentication/pom.xml @@ -38,7 +38,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/cors/database-service/pom.xml b/examples/cors/database-service/pom.xml index 62362ca883..306be824a9 100755 --- a/examples/cors/database-service/pom.xml +++ b/examples/cors/database-service/pom.xml @@ -30,13 +30,13 @@ war JAX-RS Database Service Using OAuth Bearer Tokens - http://maven.apache.org + https://maven.apache.org jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/demo-template/admin-access-app/pom.xml b/examples/demo-template/admin-access-app/pom.xml index 05d6f5a87b..c151fb7a51 100755 --- a/examples/demo-template/admin-access-app/pom.xml +++ b/examples/demo-template/admin-access-app/pom.xml @@ -35,7 +35,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/demo-template/customer-app-filter/pom.xml b/examples/demo-template/customer-app-filter/pom.xml index ffd608719d..0500b46d12 100755 --- a/examples/demo-template/customer-app-filter/pom.xml +++ b/examples/demo-template/customer-app-filter/pom.xml @@ -35,7 +35,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/demo-template/customer-app/pom.xml b/examples/demo-template/customer-app/pom.xml index 3b506e60c0..5a3fca0b1a 100755 --- a/examples/demo-template/customer-app/pom.xml +++ b/examples/demo-template/customer-app/pom.xml @@ -35,7 +35,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/demo-template/database-service/pom.xml b/examples/demo-template/database-service/pom.xml index c096926add..e351696c0e 100755 --- a/examples/demo-template/database-service/pom.xml +++ b/examples/demo-template/database-service/pom.xml @@ -30,13 +30,13 @@ war JAX-RS Database Service Using OAuth Bearer Tokens - http://maven.apache.org + https://maven.apache.org jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/demo-template/example-ear/pom.xml b/examples/demo-template/example-ear/pom.xml index ad1e7e540b..b555dc0ba5 100755 --- a/examples/demo-template/example-ear/pom.xml +++ b/examples/demo-template/example-ear/pom.xml @@ -35,7 +35,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/demo-template/offline-access-app/pom.xml b/examples/demo-template/offline-access-app/pom.xml index 4fec256af8..4538988e0a 100755 --- a/examples/demo-template/offline-access-app/pom.xml +++ b/examples/demo-template/offline-access-app/pom.xml @@ -35,7 +35,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/demo-template/product-app/pom.xml b/examples/demo-template/product-app/pom.xml index c9d20904d9..03ced42343 100755 --- a/examples/demo-template/product-app/pom.xml +++ b/examples/demo-template/product-app/pom.xml @@ -35,7 +35,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/kerberos/pom.xml b/examples/kerberos/pom.xml index 74276bf813..7a5c28b56e 100755 --- a/examples/kerberos/pom.xml +++ b/examples/kerberos/pom.xml @@ -37,7 +37,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/examples/ldap/pom.xml b/examples/ldap/pom.xml index 32d05d4bd4..f353c57d9d 100644 --- a/examples/ldap/pom.xml +++ b/examples/ldap/pom.xml @@ -35,7 +35,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/pom.xml b/pom.xml index 25e150b2e9..dc9d96b381 100755 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 repo @@ -137,7 +137,7 @@ scm:git:git://github.com/keycloak/keycloak.git scm:git:git@github.com:keycloak/keycloak.git - http://github.com/keycloak/keycloak/tree/master/ + https://github.com/keycloak/keycloak/tree/master/ @@ -1349,7 +1349,7 @@ jboss - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/services/pom.xml b/services/pom.xml index 04f76baf17..75568140cb 100755 --- a/services/pom.xml +++ b/services/pom.xml @@ -202,7 +202,7 @@ central bintray - http://jcenter.bintray.com + https://jcenter.bintray.com @@ -212,7 +212,7 @@ central bintray - http://jcenter.bintray.com + https://jcenter.bintray.com diff --git a/testsuite/integration-arquillian/test-apps/js-database/pom.xml b/testsuite/integration-arquillian/test-apps/js-database/pom.xml index 49de1a902a..75fcb64739 100644 --- a/testsuite/integration-arquillian/test-apps/js-database/pom.xml +++ b/testsuite/integration-arquillian/test-apps/js-database/pom.xml @@ -17,7 +17,7 @@ jboss jboss repo - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/testsuite/integration-arquillian/tests/base/src/test/resources/adapter-test/keycloak-saml/metadata-schema/xml.xsd b/testsuite/integration-arquillian/tests/base/src/test/resources/adapter-test/keycloak-saml/metadata-schema/xml.xsd index 1aa6e178c8..0c6c78848b 100644 --- a/testsuite/integration-arquillian/tests/base/src/test/resources/adapter-test/keycloak-saml/metadata-schema/xml.xsd +++ b/testsuite/integration-arquillian/tests/base/src/test/resources/adapter-test/keycloak-saml/metadata-schema/xml.xsd @@ -102,7 +102,7 @@ - See http://www.w3.org/TR/xmlbase/ for + See https://www.w3.org/TR/xmlbase/ for information about this attribute. diff --git a/themes/src/main/resources/theme/keycloak/common/resources/lib/angular/treeview/README.md b/themes/src/main/resources/theme/keycloak/common/resources/lib/angular/treeview/README.md index 3c2a7b561b..31c824fa82 100644 --- a/themes/src/main/resources/theme/keycloak/common/resources/lib/angular/treeview/README.md +++ b/themes/src/main/resources/theme/keycloak/common/resources/lib/angular/treeview/README.md @@ -1,9 +1,9 @@ Angular Treeview ================ -Pure [AngularJS](http://www.angularjs.org) based tree menu directive. +Pure [AngularJS](https://www.angularjs.org) based tree menu directive. -[![ScreenShot](https://github.com/eu81273/angular.treeview/raw/master/img/preview.png)](http://jsfiddle.net/eu81273/8LWUc/) +[![ScreenShot](https://github.com/eu81273/angular.treeview/raw/master/img/preview.png)](https://jsfiddle.net/eu81273/8LWUc/) ## Installation @@ -83,14 +83,14 @@ $scope.$watch( 'abc.currentNode', function( newObj, oldObj ) { ## Examples #### Basic example -[![ScreenShot](https://github.com/eu81273/angular.treeview/raw/master/img/jsfiddle01.png)](http://jsfiddle.net/eu81273/8LWUc/) +[![ScreenShot](https://github.com/eu81273/angular.treeview/raw/master/img/jsfiddle01.png)](https://jsfiddle.net/eu81273/8LWUc/) -[jsFiddle - http://jsfiddle.net/eu81273/8LWUc/](http://jsfiddle.net/eu81273/8LWUc/) +[jsFiddle - http://jsfiddle.net/eu81273/8LWUc/](https://jsfiddle.net/eu81273/8LWUc/) #### Multiple treeview example -[![ScreenShot](https://github.com/eu81273/angular.treeview/raw/master/img/jsfiddle02.png)](http://jsfiddle.net/eu81273/b9Pnw/) +[![ScreenShot](https://github.com/eu81273/angular.treeview/raw/master/img/jsfiddle02.png)](https://jsfiddle.net/eu81273/b9Pnw/) -[jsFiddle - http://jsfiddle.net/eu81273/b9Pnw/](http://jsfiddle.net/eu81273/b9Pnw/) +[jsFiddle - http://jsfiddle.net/eu81273/b9Pnw/](https://jsfiddle.net/eu81273/b9Pnw/) ## Browser Compatibility