This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 194fb1ca137dce9da681e8fe0f764133ace765e2 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu Nov 14 15:11:22 2024 +0100 According external links to updated dependency versions in the docs --- src/main/asciidoc/getting-started/obtain.adoc | 2 +- .../concepts/attributerepositories.adoc | 12 ++++---- .../concepts/authenticationmodules.adoc | 34 +++++++++++----------- .../concepts/clientapplications.adoc | 6 ++-- .../reference-guide/concepts/policies.adoc | 8 ++--- .../configuration/highavailability.adoc | 4 +-- .../asciidoc/reference-guide/usage/actuator.adoc | 12 ++++---- .../reference-guide/usage/customization.adoc | 2 +- 8 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/main/asciidoc/getting-started/obtain.adoc b/src/main/asciidoc/getting-started/obtain.adoc index 02db024810..a345144dd4 100644 --- a/src/main/asciidoc/getting-started/obtain.adoc +++ b/src/main/asciidoc/getting-started/obtain.adoc @@ -104,7 +104,7 @@ Environment variables: * `DB_POOL_MIN`: internal storage connection pool: floor * `OPENJPA_REMOTE_COMMIT`: configure multiple instances, with high availability; valid values are the ones accepted by OpenJPA for -https://openjpa.apache.org/builds/3.2.2/apache-openjpa/docs/ref_guide_event.html[remote event notification^] including +https://openjpa.apache.org/builds/4.0.1/apache-openjpa/docs/ref_guide_event.html[remote event notification^] including `sjvm` (single instance) ===== Console diff --git a/src/main/asciidoc/reference-guide/concepts/attributerepositories.adoc b/src/main/asciidoc/reference-guide/concepts/attributerepositories.adoc index 26da7b278f..163d017c43 100644 --- a/src/main/asciidoc/reference-guide/concepts/attributerepositories.adoc +++ b/src/main/asciidoc/reference-guide/concepts/attributerepositories.adoc @@ -23,11 +23,11 @@ certain <<policies-attribute-release,Attribute Release Policy>>. Some attribute repositories are provided: -* https://apereo.github.io/cas/6.6.x/integration/Attribute-Resolution-JDBC.html[Database^] -* https://apereo.github.io/cas/6.6.x/integration/Attribute-Resolution-LDAP.html[LDAP^] -* https://apereo.github.io/cas/6.6.x/integration/Attribute-Resolution-Stub.html[Stub^] -* https://apereo.github.io/cas/6.6.x/integration/Attribute-Resolution-Syncope.html[Syncope^] -* https://apereo.github.io/cas/6.6.x/integration/Attribute-Resolution-AzureAD.html[Azure Active Directory^] +* https://apereo.github.io/cas/7.1.x/integration/Attribute-Resolution-JDBC.html[Database^] +* https://apereo.github.io/cas/7.1.x/integration/Attribute-Resolution-LDAP.html[LDAP^] +* https://apereo.github.io/cas/7.1.x/integration/Attribute-Resolution-Stub.html[Stub^] +* https://apereo.github.io/cas/7.1.x/integration/Attribute-Resolution-Syncope.html[Syncope^] +* https://apereo.github.io/cas/7.1.x/integration/Attribute-Resolution-AzureAD.html[Azure Active Directory^] [TIP] ==== @@ -50,4 +50,4 @@ class. [NOTE] Attribute Repositories are dynamically translated into -https://apereo.github.io/cas/6.6.x/integration/Attribute-Resolution.html[CAS Attribute Resolution^] configuration. +https://apereo.github.io/cas/7.1.x/integration/Attribute-Resolution.html[CAS Attribute Resolution^] configuration. diff --git a/src/main/asciidoc/reference-guide/concepts/authenticationmodules.adoc b/src/main/asciidoc/reference-guide/concepts/authenticationmodules.adoc index e45ea041d2..692d920c18 100644 --- a/src/main/asciidoc/reference-guide/concepts/authenticationmodules.adoc +++ b/src/main/asciidoc/reference-guide/concepts/authenticationmodules.adoc @@ -24,23 +24,23 @@ technology or repository, in the context of a certain <<policies-authentication, Several authentication modules are provided: * Principal Authentication: - ** https://apereo.github.io/cas/6.6.x/authentication/Database-Authentication.html[Database^] - ** https://apereo.github.io/cas/6.6.x/authentication/JAAS-Authentication.html[JAAS^] - ** https://apereo.github.io/cas/6.6.x/authentication/LDAP-Authentication.html[LDAP^] - ** https://apereo.github.io/cas/6.6.x/authentication/SPNEGO-Authentication.html[SPNEGO^] - ** https://apereo.github.io/cas/6.6.x/authentication/Syncope-Authentication.html[Syncope^] - ** https://apereo.github.io/cas/6.6.x/authentication/Azure-ActiveDirectory-Authentication.html[Azure Active Directory^] - ** https://apereo.github.io/cas/6.6.x/authentication/X509-Authentication.html[X509^] - ** https://apereo.github.io/cas/6.6.x/integration/Delegate-Authentication-Generic-OpenID-Connect.html[OpenID Connect^] - ** https://apereo.github.io/cas/6.6.x/integration/Delegate-Authentication-OAuth20.html[OAuth2^] - ** https://apereo.github.io/cas/6.6.x/integration/Delegate-Authentication-SAML.htmll[SAML^] - ** https://apereo.github.io/cas/6.6.x/integration/Delegate-Authentication-Apple.html[Apple Signin^] - ** https://apereo.github.io/cas/6.6.x/integration/Delegate-Authentication-Azure-AD.html[Azure Active Directory (OIDC)^] - ** https://apereo.github.io/cas/6.6.x/integration/Delegate-Authentication-Google-OpenID-Connect.html[Google OpenID^] - ** https://apereo.github.io/cas/6.6.x/integration/Delegate-Authentication-Keycloak.html[Keycloak^] + ** https://apereo.github.io/cas/7.1.x/authentication/Database-Authentication.html[Database^] + ** https://apereo.github.io/cas/7.1.x/authentication/JAAS-Authentication.html[JAAS^] + ** https://apereo.github.io/cas/7.1.x/authentication/LDAP-Authentication.html[LDAP^] + ** https://apereo.github.io/cas/7.1.x/authentication/SPNEGO-Authentication.html[SPNEGO^] + ** https://apereo.github.io/cas/7.1.x/authentication/Syncope-Authentication.html[Syncope^] + ** https://apereo.github.io/cas/7.1.x/authentication/Azure-ActiveDirectory-Authentication.html[Azure Active Directory^] + ** https://apereo.github.io/cas/7.1.x/authentication/X509-Authentication.html[X509^] + ** https://apereo.github.io/cas/7.1.x/integration/Delegate-Authentication-Generic-OpenID-Connect.html[OpenID Connect^] + ** https://apereo.github.io/cas/7.1.x/integration/Delegate-Authentication-OAuth20.html[OAuth2^] + ** https://apereo.github.io/cas/7.1.x/integration/Delegate-Authentication-SAML.htmll[SAML^] + ** https://apereo.github.io/cas/7.1.x/integration/Delegate-Authentication-Apple.html[Apple Signin^] + ** https://apereo.github.io/cas/7.1.x/integration/Delegate-Authentication-Azure-AD.html[Azure Active Directory (OIDC)^] + ** https://apereo.github.io/cas/7.1.x/integration/Delegate-Authentication-Google-OpenID-Connect.html[Google OpenID^] + ** https://apereo.github.io/cas/7.1.x/integration/Delegate-Authentication-Keycloak.html[Keycloak^] * MFA: - ** https://apereo.github.io/cas/6.6.x/mfa/DuoSecurity-Authentication.html[Duo Security^] - ** https://apereo.github.io/cas/6.6.x/mfa/GoogleAuthenticator-Authentication.html[Google Authenticator^] + ** https://apereo.github.io/cas/7.1.x/mfa/DuoSecurity-Authentication.html[Duo Security^] + ** https://apereo.github.io/cas/7.1.x/mfa/GoogleAuthenticator-Authentication.html[Google Authenticator^] [TIP] ==== @@ -63,4 +63,4 @@ class. [NOTE] Authentication Modules are dynamically translated into -https://apereo.github.io/cas/6.6.x/authentication/Configuring-Authentication-Components.html#authentication-handlers[CAS Authentication Handlers^]. +https://apereo.github.io/cas/7.1.x/authentication/Configuring-Authentication-Components.html#authentication-handlers[CAS Authentication Handlers^]. diff --git a/src/main/asciidoc/reference-guide/concepts/clientapplications.adoc b/src/main/asciidoc/reference-guide/concepts/clientapplications.adoc index 4f297be7f3..744b1a81f2 100644 --- a/src/main/asciidoc/reference-guide/concepts/clientapplications.adoc +++ b/src/main/asciidoc/reference-guide/concepts/clientapplications.adoc @@ -34,17 +34,17 @@ When defining a client application, the following parameters shall be specified: . name - regular expression to match requests . description - optional textual description . username attribute provider, mapping to -https://apereo.github.io/cas/6.6.x/integration/Attribute-Release-PrincipalId-Attribute.html[CAS Attribute-based Principal Id^] +https://apereo.github.io/cas/7.1.x/integration/Attribute-Release-PrincipalId-Attribute.html[CAS Attribute-based Principal Id^] . <<policies-authentication,authentication policy>> . <<policies-access,access policy>> . <<policies-attribute-release,attribute release policy>> . <<policies-ticket-expiration,ticket expiration policy>> . additional properties . logout type, mapping to -https://apereo.github.io/cas/6.6.x/installation/Logout-Single-Signout.html#slo-requests[the equivalent CAS setting^] +https://apereo.github.io/cas/7.1.x/installation/Logout-Single-Signout.html#slo-requests[the equivalent CAS setting^] More parameters are required to be specified depending on the actual client application type. [NOTE] Client Applications are dynamically translated into -https://apereo.github.io/cas/6.6.x/services/Service-Management.html[CAS Services^]. +https://apereo.github.io/cas/7.1.x/services/Service-Management.html[CAS Services^]. diff --git a/src/main/asciidoc/reference-guide/concepts/policies.adoc b/src/main/asciidoc/reference-guide/concepts/policies.adoc index de5297b4e0..c9d4a1af87 100644 --- a/src/main/asciidoc/reference-guide/concepts/policies.adoc +++ b/src/main/asciidoc/reference-guide/concepts/policies.adoc @@ -320,7 +320,7 @@ endif::[] [NOTE] Access Policy instances are dynamically translated into -https://apereo.github.io/cas/6.6.x/services/Configuring-Service-Access-Strategy.html#configure-service-access-strategy[CAS Service Access Strategy^]. +https://apereo.github.io/cas/7.1.x/services/Configuring-Service-Access-Strategy.html#configure-service-access-strategy[CAS Service Access Strategy^]. [[policies-attribute-release]] ==== Attribute Release @@ -332,7 +332,7 @@ values. [NOTE] Attribute Release Policy instances are dynamically translated into -https://apereo.github.io/cas/6.6.x/integration/Attribute-Release-Policies.html#attribute-release-policies[CAS Attribute Release Policy^]. +https://apereo.github.io/cas/7.1.x/integration/Attribute-Release-Policies.html#attribute-release-policies[CAS Attribute Release Policy^]. [[policies-authentication]] ==== Authentication @@ -359,7 +359,7 @@ be considered successful. [NOTE] Authentication Policy instances are dynamically translated into -https://apereo.github.io/cas/6.6.x/authentication/Configuring-Authentication-Policy.html#authentication-policy[CAS Authentication Policy^]. +https://apereo.github.io/cas/7.1.x/authentication/Configuring-Authentication-Policy.html#authentication-policy[CAS Authentication Policy^]. [[policies-propagation]] ==== Propagation @@ -478,4 +478,4 @@ Ticket Expiration policies control the duration of various types of WA sessions. [NOTE] Ticket Expiration Policy instances are dynamically translated into -https://apereo.github.io/cas/6.6.x/ticketing/Configuring-Ticket-Expiration-Policy.html[their CAS equivalent^]. +https://apereo.github.io/cas/7.1.x/ticketing/Configuring-Ticket-Expiration-Policy.html[their CAS equivalent^]. diff --git a/src/main/asciidoc/reference-guide/configuration/highavailability.adoc b/src/main/asciidoc/reference-guide/configuration/highavailability.adoc index 920423f48e..ac4d7b89a4 100644 --- a/src/main/asciidoc/reference-guide/configuration/highavailability.adoc +++ b/src/main/asciidoc/reference-guide/configuration/highavailability.adoc @@ -23,7 +23,7 @@ When deploying multiple Syncope <<core>> instances with a single database or database cluster, it is of fundamental importance that the contained OpenJPA instances are correctly configured for -https://openjpa.apache.org/builds/3.2.2/apache-openjpa/docs/ref_guide_event.html[remote event notification^]. + +https://openjpa.apache.org/builds/4.0.1/apache-openjpa/docs/ref_guide_event.html[remote event notification^]. + Such configuration, in fact, allows the OpenJPA data cache to remain synchronized when deployed in multiple JVMs, thus enforcing data consistency across all Syncope Core instances. @@ -39,7 +39,7 @@ are available; see the OpenJPA documentation for reference. [WARNING] ==== -The https://openjpa.apache.org/builds/3.2.2/apache-openjpa/docs/ref_guide_event.html[OpenJPA documentation^]'s XML +The https://openjpa.apache.org/builds/4.0.1/apache-openjpa/docs/ref_guide_event.html[OpenJPA documentation^]'s XML snippets refer to a different configuration style; for example, when used in `core.properties`, this: [source,xml] diff --git a/src/main/asciidoc/reference-guide/usage/actuator.adoc b/src/main/asciidoc/reference-guide/usage/actuator.adoc index 3e56563944..7049df1cbe 100644 --- a/src/main/asciidoc/reference-guide/usage/actuator.adoc +++ b/src/main/asciidoc/reference-guide/usage/actuator.adoc @@ -40,7 +40,7 @@ The pre-defined `health` endpoint is typically used for liveness and readiness p |=== | `entityCache` -a| Allows to work with https://openjpa.apache.org/builds/3.2.2/apache-openjpa/docs/#ref_guide_cache_statistics[JPA cache statistics^] +a| Allows to work with https://openjpa.apache.org/builds/4.0.1/apache-openjpa/docs/ref_guide_caching.html#ref_guide_cache_statistics[JPA cache statistics^] * `GET` - shows JPA cache statistics * `POST {ENABLE,DISABLE,RESET}` - performs the requested operation onto JPA cache @@ -55,15 +55,15 @@ a| Allows to work with https://openjpa.apache.org/builds/3.2.2/apache-openjpa/do |=== | `ssoSessions` -| https://apereo.github.io/cas/6.6.x/authentication/Configuring-SSO.html#actuator-endpoints[More details^] +| https://apereo.github.io/cas/7.1.x/authentication/Configuring-SSO.html#actuator-endpoints[More details^] | `registeredServices` -| https://apereo.github.io/cas/6.6.x/services/Service-Management.html#actuator-endpoints[More details^] +| https://apereo.github.io/cas/7.1.x/services/Service-Management.html#actuator-endpoints[More details^] | `authenticationHandlers` -| https://apereo.github.io/cas/6.6.x/authentication/Configuring-Authentication-Components.html#actuator-endpoints[More details^] +| https://apereo.github.io/cas/7.1.x/authentication/Configuring-Authentication-Components.html#actuator-endpoints[More details^] | `authenticationPolicies` -| https://apereo.github.io/cas/6.6.x/authentication/Configuring-Authentication-Policy.html#actuator-endpoints[More details^] +| https://apereo.github.io/cas/7.1.x/authentication/Configuring-Authentication-Policy.html#actuator-endpoints[More details^] | `resolveAttributes` -| https://apereo.github.io/cas/6.6.x/integration/Attribute-Resolution.html#actuator-endpoints[More details^] +| https://apereo.github.io/cas/7.1.x/integration/Attribute-Resolution.html#actuator-endpoints[More details^] |=== diff --git a/src/main/asciidoc/reference-guide/usage/customization.adoc b/src/main/asciidoc/reference-guide/usage/customization.adoc index 0257dd29c0..cd7222be13 100644 --- a/src/main/asciidoc/reference-guide/usage/customization.adoc +++ b/src/main/asciidoc/reference-guide/usage/customization.adoc @@ -275,7 +275,7 @@ components: ===== Customize OpenJPA settings Apache OpenJPA is at the core of the <<persistence,persistence>> layer; its configuration can be tweaked under several -aspects - including https://openjpa.apache.org/builds/3.2.2/apache-openjpa/docs/ref_guide_caching.html[caching^] for +aspects - including https://openjpa.apache.org/builds/4.0.1/apache-openjpa/docs/ref_guide_caching.html[caching^] for example, to best suit the various environments. The main configuration classes are:
