From f840a3484a952608d819530f3a7909d8b6dfac05 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 20 Apr 2018 10:25:03 +0200 Subject: [PATCH] Update URLs to https (#366) * Update URLs to https * Fix https://pypi.python.org/pypi/oic/ link --- .../topics/first-boot/distribution-files-community.adoc | 2 +- getting_started/topics/overview.adoc | 2 +- .../topics/secure-jboss-app/install-client-adapter.adoc | 2 +- securing_apps/topics/overview/supported-platforms.adoc | 2 +- server_installation/topics/operating-mode/crossdc.adoc | 2 +- topics/templates/document-attributes-community.adoc | 8 ++++---- topics/templates/document-attributes-product.adoc | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/getting_started/topics/first-boot/distribution-files-community.adoc b/getting_started/topics/first-boot/distribution-files-community.adoc index 78447210f0..3407099164 100644 --- a/getting_started/topics/first-boot/distribution-files-community.adoc +++ b/getting_started/topics/first-boot/distribution-files-community.adoc @@ -1,7 +1,7 @@ === Installing Distribution Files -The {project_name} Server is contained in one http://www.keycloak.org/downloads.html[distribution file]: +The {project_name} Server is contained in one https://www.keycloak.org/downloads.html[distribution file]: * 'keycloak-{project_version}.[zip|tar.gz]' diff --git a/getting_started/topics/overview.adoc b/getting_started/topics/overview.adoc index 7be303a7de..404d0f8273 100644 --- a/getting_started/topics/overview.adoc +++ b/getting_started/topics/overview.adoc @@ -7,5 +7,5 @@ and server configuration and does not cover any complex deployment options. If y in-depth discussion of any features or configuration options, consult the various reference guides available. ifeval::[{project_product}==true] -{project_name} is based on the open source link:https://www.keycloak.org/[Keycloak] community project, which has its documentation link:http://www.keycloak.org/documentation.html[here]. +{project_name} is based on the open source link:https://www.keycloak.org/[Keycloak] community project, which has its documentation link:https://www.keycloak.org/documentation.html[here]. endif::[] \ No newline at end of file diff --git a/getting_started/topics/secure-jboss-app/install-client-adapter.adoc b/getting_started/topics/secure-jboss-app/install-client-adapter.adoc index 9e4d5643f0..eb02490231 100644 --- a/getting_started/topics/secure-jboss-app/install-client-adapter.adoc +++ b/getting_started/topics/secure-jboss-app/install-client-adapter.adoc @@ -5,7 +5,7 @@ Download the {appserver_name} distribution and unzip it into a directory on your machine. ifeval::[{project_community}==true] -Next download the WildFly OpenID Connect adapter distribution from link:http://www.keycloak.org/downloads.html[keycloak.org]. +Next download the WildFly OpenID Connect adapter distribution from link:https://www.keycloak.org/downloads.html[keycloak.org]. endif::[] ifeval::[{project_product}==true] diff --git a/securing_apps/topics/overview/supported-platforms.adoc b/securing_apps/topics/overview/supported-platforms.adoc index 835546a101..a7817ad245 100644 --- a/securing_apps/topics/overview/supported-platforms.adoc +++ b/securing_apps/topics/overview/supported-platforms.adoc @@ -32,7 +32,7 @@ ifeval::[{project_community}==true] * https://github.com/dylanplecki/KeycloakOwinAuthentication[OWIN] (community) ==== Python -* https://pypi.python.org/pypi/oic/[oidc] (generic) +* https://pypi.org/project/oic/[oidc] (generic) ==== Android * https://github.com/openid/AppAuth-Android[AppAuth] (generic) diff --git a/server_installation/topics/operating-mode/crossdc.adoc b/server_installation/topics/operating-mode/crossdc.adoc index c355acf821..d120389348 100644 --- a/server_installation/topics/operating-mode/crossdc.adoc +++ b/server_installation/topics/operating-mode/crossdc.adoc @@ -718,7 +718,7 @@ For the environments with slower network between data centers and probability of * It is recommended to keep the `sessions` and `clientSessions` caches in `SYNC`. Switching them to `ASYNC` is possible only if you are sure that user requests and backchannel requests (requests from client applications to {project_name} as described in <>) will be always processed on same site. This is true, for example, if: ** You use active/passive mode as described <>. -** All your client applications are using the {project_name} link:http://www.keycloak.org/docs/latest/securing_apps/index.html#_javascript_adapter[JavaScript Adapter]. The JavaScript adapter sends the backchannel requests within the browser and hence they participate on the browser sticky session and will end on same cluster node (hence on same site) as the other browser requests of this user. +** All your client applications are using the {project_name} link:https://www.keycloak.org/docs/latest/securing_apps/index.html#_javascript_adapter[JavaScript Adapter]. The JavaScript adapter sends the backchannel requests within the browser and hence they participate on the browser sticky session and will end on same cluster node (hence on same site) as the other browser requests of this user. ** Your load balancer is able to serve the requests based on client IP address (location) and the client applications are deployed on both sites. + For example you have 2 sites LON and NYC. As long as your applications are deployed in both LON and NYC sites too, you can ensure that all the user requests from London users will be redirected to the applications in LON site and also to the {project_name} servers in LON site. Backchannel requests from the LON site client deployments will end on {project_name} servers in LON site too. On the other hand, for the American users, all the {project_name} requests, application requests and backchannel requests will be processed on NYC site. diff --git a/topics/templates/document-attributes-community.adoc b/topics/templates/document-attributes-community.adoc index 6ffdbe9d9a..3f9f015e42 100644 --- a/topics/templates/document-attributes-community.adoc +++ b/topics/templates/document-attributes-community.adoc @@ -6,7 +6,7 @@ :project_versionNpm: 4.0.0-beta.1 :project_versionDoc: 4.0 :project_images: keycloak-images -:project_doc_base_url: http://www.keycloak.org/docs/{project_versionDoc} +:project_doc_base_url: https://www.keycloak.org/docs/{project_versionDoc} :project_dirref: KEYCLOAK_HOME :quickstartRepo_link: https://github.com/keycloak/keycloak-quickstarts @@ -51,9 +51,9 @@ :installguide_troubleshooting_link: {installguide_link}#troubleshooting :apidocs_javadocs_name: JavaDocs Documentation -:apidocs_javadocs_link: http://www.keycloak.org/docs-api/{project_versionDoc}/javadocs/ +:apidocs_javadocs_link: https://www.keycloak.org/docs-api/{project_versionDoc}/javadocs/ :apidocs_adminrest_name: Administration REST API -:apidocs_adminrest_link: http://www.keycloak.org/docs-api/{project_versionDoc}/rest-api/ +:apidocs_adminrest_link: https://www.keycloak.org/docs-api/{project_versionDoc}/rest-api/ :appserver_name: WildFly :appserver_dirref: WILDFLY_HOME @@ -84,4 +84,4 @@ :fuseHawtioWARVersion: hawtio-wildfly-1.4.0.redhat-630254.war :subsystem_undertow_xml_urn: urn:jboss:domain:undertow:4.0 -:saml_adapter_xsd_urn: http://www.keycloak.org/schema/keycloak_saml_adapter_1_9.xsd +:saml_adapter_xsd_urn: https://www.keycloak.org/schema/keycloak_saml_adapter_1_9.xsd diff --git a/topics/templates/document-attributes-product.adoc b/topics/templates/document-attributes-product.adoc index 9d58830b60..32da828751 100644 --- a/topics/templates/document-attributes-product.adoc +++ b/topics/templates/document-attributes-product.adoc @@ -87,4 +87,4 @@ :fuseHawtioWARVersion: hawtio-wildfly-1.4.0.redhat-630254.war :subsystem_undertow_xml_urn: urn:jboss:domain:undertow:4.0 -:saml_adapter_xsd_urn: http://www.keycloak.org/schema/keycloak_saml_adapter_1_9.xsd +:saml_adapter_xsd_urn: https://www.keycloak.org/schema/keycloak_saml_adapter_1_9.xsd