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 1e489ab7dfa793e78b63c72eb5aaf643d6c309cb
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Mar 31 12:09:04 2025 +0200

    Upgrading CAS doc links
---
 .../concepts/attributerepositories.adoc            | 14 ++++-----
 .../concepts/authenticationmodules.adoc            | 36 +++++++++++-----------
 .../concepts/clientapplications.adoc               |  6 ++--
 .../reference-guide/concepts/policies.adoc         |  8 ++---
 .../asciidoc/reference-guide/usage/actuator.adoc   | 10 +++---
 5 files changed, 37 insertions(+), 37 deletions(-)

diff --git 
a/src/main/asciidoc/reference-guide/concepts/attributerepositories.adoc 
b/src/main/asciidoc/reference-guide/concepts/attributerepositories.adoc
index 02021734d3..2e6d277a87 100644
--- a/src/main/asciidoc/reference-guide/concepts/attributerepositories.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/attributerepositories.adoc
@@ -23,12 +23,12 @@ certain <<policies-attribute-release,Attribute Release 
Policy>>.
 
 Some attribute repositories are provided:
 
-* 
https://apereo.github.io/cas/development/integration/Attribute-Resolution-JDBC.html[Database^]
-* 
https://apereo.github.io/cas/development/integration/Attribute-Resolution-LDAP.html[LDAP^]
-* 
https://apereo.github.io/cas/development/integration/Attribute-Resolution-Stub.html[Stub^]
-* 
https://apereo.github.io/cas/development/integration/Attribute-Resolution-Syncope.html[Syncope^]
-* 
https://apereo.github.io/cas/development/integration/Attribute-Resolution-AzureAD.html[Azure
 Active Directory^]
-* 
https://apereo.github.io/cas/development/integration/Attribute-Resolution-Okta.html[Okta^]
+* 
https://apereo.github.io/cas/7.2.x/integration/Attribute-Resolution-JDBC.html[Database^]
+* 
https://apereo.github.io/cas/7.2.x/integration/Attribute-Resolution-LDAP.html[LDAP^]
+* 
https://apereo.github.io/cas/7.2.x/integration/Attribute-Resolution-Stub.html[Stub^]
+* 
https://apereo.github.io/cas/7.2.x/integration/Attribute-Resolution-Syncope.html[Syncope^]
+* 
https://apereo.github.io/cas/7.2.x/integration/Attribute-Resolution-AzureAD.html[Azure
 Active Directory^]
+* 
https://apereo.github.io/cas/7.2.x/integration/Attribute-Resolution-Okta.html[Okta^]
 
 [TIP]
 ====
@@ -51,4 +51,4 @@ class.
 
 [NOTE]
 Attribute Repositories are dynamically translated into 
-https://apereo.github.io/cas/development/integration/Attribute-Resolution.html[CAS
 Attribute Resolution^] configuration.
+https://apereo.github.io/cas/7.2.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 89c691e217..36ff2a6d5b 100644
--- a/src/main/asciidoc/reference-guide/concepts/authenticationmodules.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/authenticationmodules.adoc
@@ -24,24 +24,24 @@ technology or repository, in the context of a certain 
<<policies-authentication,
 Several authentication modules are provided:
 
 * Principal Authentication:
-    ** 
https://apereo.github.io/cas/development/authentication/Database-Authentication.html[Database^]
-    ** 
https://apereo.github.io/cas/development/authentication/JAAS-Authentication.html[JAAS^]
-    ** 
https://apereo.github.io/cas/development/authentication/LDAP-Authentication.html[LDAP^]
-    ** 
https://apereo.github.io/cas/development/authentication/SPNEGO-Authentication.html[SPNEGO^]
-    ** 
https://apereo.github.io/cas/development/authentication/Syncope-Authentication.html[Syncope^]
-    ** 
https://apereo.github.io/cas/development/authentication/Azure-ActiveDirectory-Authentication.html[Azure
 Active Directory^]
-    ** 
https://apereo.github.io/cas/development/authentication/Okta-Authentication.html[Okta^]
-    ** 
https://apereo.github.io/cas/development/authentication/X509-Authentication.html[X509^]
-    ** 
https://apereo.github.io/cas/development/integration/Delegate-Authentication-Generic-OpenID-Connect.html[OpenID
 Connect^]
-    ** 
https://apereo.github.io/cas/development/integration/Delegate-Authentication-OAuth20.html[OAuth2^]
-    ** 
https://apereo.github.io/cas/development/integration/Delegate-Authentication-SAML.htmll[SAML^]
-    ** 
https://apereo.github.io/cas/development/integration/Delegate-Authentication-Apple.html[Apple
 Signin^]
-    ** 
https://apereo.github.io/cas/development/integration/Delegate-Authentication-Azure-AD.html[Azure
 Active Directory (OIDC)^]
-    ** 
https://apereo.github.io/cas/development/integration/Delegate-Authentication-Google-OpenID-Connect.html[Google
 OpenID^]
-    ** 
https://apereo.github.io/cas/development/integration/Delegate-Authentication-Keycloak.html[Keycloak^]
+    ** 
https://apereo.github.io/cas/7.2.x/authentication/Database-Authentication.html[Database^]
+    ** 
https://apereo.github.io/cas/7.2.x/authentication/JAAS-Authentication.html[JAAS^]
+    ** 
https://apereo.github.io/cas/7.2.x/authentication/LDAP-Authentication.html[LDAP^]
+    ** 
https://apereo.github.io/cas/7.2.x/authentication/SPNEGO-Authentication.html[SPNEGO^]
+    ** 
https://apereo.github.io/cas/7.2.x/authentication/Syncope-Authentication.html[Syncope^]
+    ** 
https://apereo.github.io/cas/7.2.x/authentication/Azure-ActiveDirectory-Authentication.html[Azure
 Active Directory^]
+    ** 
https://apereo.github.io/cas/7.2.x/authentication/Okta-Authentication.html[Okta^]
+    ** 
https://apereo.github.io/cas/7.2.x/authentication/X509-Authentication.html[X509^]
+    ** 
https://apereo.github.io/cas/7.2.x/integration/Delegate-Authentication-Generic-OpenID-Connect.html[OpenID
 Connect^]
+    ** 
https://apereo.github.io/cas/7.2.x/integration/Delegate-Authentication-OAuth20.html[OAuth2^]
+    ** 
https://apereo.github.io/cas/7.2.x/integration/Delegate-Authentication-SAML.htmll[SAML^]
+    ** 
https://apereo.github.io/cas/7.2.x/integration/Delegate-Authentication-Apple.html[Apple
 Signin^]
+    ** 
https://apereo.github.io/cas/7.2.x/integration/Delegate-Authentication-Azure-AD.html[Azure
 Active Directory (OIDC)^]
+    ** 
https://apereo.github.io/cas/7.2.x/integration/Delegate-Authentication-Google-OpenID-Connect.html[Google
 OpenID^]
+    ** 
https://apereo.github.io/cas/7.2.x/integration/Delegate-Authentication-Keycloak.html[Keycloak^]
 * MFA:
-    ** 
https://apereo.github.io/cas/development/mfa/DuoSecurity-Authentication.html[Duo
 Security^]
-    ** 
https://apereo.github.io/cas/development/mfa/GoogleAuthenticator-Authentication.html[Google
 Authenticator^]
+    ** 
https://apereo.github.io/cas/7.2.x/mfa/DuoSecurity-Authentication.html[Duo 
Security^]
+    ** 
https://apereo.github.io/cas/7.2.x/mfa/GoogleAuthenticator-Authentication.html[Google
 Authenticator^]
 
 [TIP]
 ====
@@ -64,4 +64,4 @@ class.
 
 [NOTE]
 Authentication Modules are dynamically translated into
-https://apereo.github.io/cas/development/authentication/Configuring-Authentication-Components.html#authentication-handlers[CAS
 Authentication Handlers^].
+https://apereo.github.io/cas/7.2.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 8c12ae2a86..3fa09a377b 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/development/integration/Attribute-Release-PrincipalId-Attribute.html[CAS
 Attribute-based Principal Id^]
+https://apereo.github.io/cas/7.2.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/development/installation/Logout-Single-Signout.html#slo-requests[the
 equivalent CAS setting^]
+https://apereo.github.io/cas/7.2.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/development/services/Service-Management.html[CAS 
Services^].
+https://apereo.github.io/cas/7.2.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 ee2d78316c..97342b3e1f 100644
--- a/src/main/asciidoc/reference-guide/concepts/policies.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/policies.adoc
@@ -329,7 +329,7 @@ endif::[]
 
 [NOTE]
 Access Policy instances are dynamically translated into
-https://apereo.github.io/cas/development/services/Configuring-Service-Access-Strategy.html#configure-service-access-strategy[CAS
 Service Access Strategy^].
+https://apereo.github.io/cas/7.2.x/services/Configuring-Service-Access-Strategy.html#configure-service-access-strategy[CAS
 Service Access Strategy^].
 
 [[policies-attribute-release]]
 ==== Attribute Release
@@ -341,7 +341,7 @@ values.
 
 [NOTE]
 Attribute Release Policy instances are dynamically translated into
-https://apereo.github.io/cas/development/integration/Attribute-Release-Policies.html#attribute-release-policies[CAS
 Attribute Release Policy^].
+https://apereo.github.io/cas/7.2.x/integration/Attribute-Release-Policies.html#attribute-release-policies[CAS
 Attribute Release Policy^].
 
 [[policies-authentication]]
 ==== Authentication
@@ -368,7 +368,7 @@ be considered successful.
 
 [NOTE]
 Authentication Policy instances are dynamically translated into
-https://apereo.github.io/cas/development/authentication/Configuring-Authentication-Policy.html#authentication-policy[CAS
 Authentication Policy^].
+https://apereo.github.io/cas/7.2.x/authentication/Configuring-Authentication-Policy.html#authentication-policy[CAS
 Authentication Policy^].
 
 [[policies-propagation]]
 ==== Propagation
@@ -487,4 +487,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/development/ticketing/Configuring-Ticket-Expiration-Policy.html[their
 CAS equivalent^].
+https://apereo.github.io/cas/7.2.x/ticketing/Configuring-Ticket-Expiration-Policy.html[their
 CAS equivalent^].
diff --git a/src/main/asciidoc/reference-guide/usage/actuator.adoc 
b/src/main/asciidoc/reference-guide/usage/actuator.adoc
index 566113fad7..c89a271d60 100644
--- a/src/main/asciidoc/reference-guide/usage/actuator.adoc
+++ b/src/main/asciidoc/reference-guide/usage/actuator.adoc
@@ -55,15 +55,15 @@ a| Allows to work with 
https://openjpa.apache.org/builds/4.0.1/apache-openjpa/do
 |===
 
 | `ssoSessions`
-| 
https://apereo.github.io/cas/development/authentication/Configuring-SSO.html#actuator-endpoints[More
 details^]
+| 
https://apereo.github.io/cas/7.2.x/authentication/Configuring-SSO.html#actuator-endpoints[More
 details^]
 | `registeredServices`
-| 
https://apereo.github.io/cas/development/services/Service-Management.html#actuator-endpoints[More
 details^]
+| 
https://apereo.github.io/cas/7.2.x/services/Service-Management.html#actuator-endpoints[More
 details^]
 | `authenticationHandlers`
-| 
https://apereo.github.io/cas/development/authentication/Configuring-Authentication-Components.html#actuator-endpoints[More
 details^]
+| 
https://apereo.github.io/cas/7.2.x/authentication/Configuring-Authentication-Components.html#actuator-endpoints[More
 details^]
 | `authenticationPolicies`
-| 
https://apereo.github.io/cas/development/authentication/Configuring-Authentication-Policy.html#actuator-endpoints[More
 details^]
+| 
https://apereo.github.io/cas/7.2.x/authentication/Configuring-Authentication-Policy.html#actuator-endpoints[More
 details^]
 | `resolveAttributes`
-| 
https://apereo.github.io/cas/development/integration/Attribute-Resolution.html#actuator-endpoints[More
 details^]
+| 
https://apereo.github.io/cas/7.2.x/integration/Attribute-Resolution.html#actuator-endpoints[More
 details^]
 
 |===
 

Reply via email to