You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by mm...@apache.org on 2022/10/09 13:01:22 UTC

[syncope] branch master updated: NOJIRA: update CAS links to reference 6.6.x instead

This is an automated email from the ASF dual-hosted git repository.

mmoayyed pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 47cf15904a NOJIRA: update CAS links to reference 6.6.x instead
47cf15904a is described below

commit 47cf15904a4686dbda2c2c5dfbc6ffcdb7c57fd9
Author: Misagh Moayyed <mm...@gmail.com>
AuthorDate: Sun Oct 9 17:01:08 2022 +0400

    NOJIRA: update CAS links to reference 6.6.x instead
---
 .../concepts/attributerepositories.adoc            | 10 +++++-----
 .../concepts/authenticationmodules.adoc            | 22 +++++++++++-----------
 .../concepts/clientapplications.adoc               |  2 +-
 .../reference-guide/concepts/policies.adoc         |  6 +++---
 4 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/src/main/asciidoc/reference-guide/concepts/attributerepositories.adoc b/src/main/asciidoc/reference-guide/concepts/attributerepositories.adoc
index 27f39ff891..c8299a7137 100644
--- a/src/main/asciidoc/reference-guide/concepts/attributerepositories.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/attributerepositories.adoc
@@ -23,10 +23,10 @@ certain <<policies-attribute-release,Attribute Release Policy>>.
 
 Some attribute repositories are provided:
 
-* https://apereo.github.io/cas/6.5.x/integration/Attribute-Resolution-JDBC.html[Database^]
-* https://apereo.github.io/cas/6.5.x/integration/Attribute-Resolution-LDAP.html[LDAP^]
-* https://apereo.github.io/cas/6.5.x/integration/Attribute-Resolution-Stub.html[Stub^]
-* https://apereo.github.io/cas/6.5.x/integration/Attribute-Resolution-Syncope.html[Syncope^]
+* 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^]
 
 [TIP]
 ====
@@ -49,4 +49,4 @@ class.
 
 [NOTE]
 Attribute Repositories are dynamically translated into 
-https://apereo.github.io/cas/6.5.x/integration/Attribute-Resolution.html[CAS Attribute Resolution^] configuration.
+https://apereo.github.io/cas/6.6.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 f1df61566b..3d0cc4e61c 100644
--- a/src/main/asciidoc/reference-guide/concepts/authenticationmodules.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/authenticationmodules.adoc
@@ -24,17 +24,17 @@ technology or repository, in the context of a certain <<policies-authentication,
 Several authentication modules are provided:
 
 * Principal Authentication:
-    ** https://apereo.github.io/cas/6.5.x/authentication/Database-Authentication.html[Database^]
-    ** https://apereo.github.io/cas/6.5.x/authentication/JAAS-Authentication.html[JAAS^]
-    ** https://apereo.github.io/cas/6.5.x/authentication/LDAP-Authentication.html[LDAP^]
-    ** https://apereo.github.io/cas/6.5.x/integration/Delegate-Authentication.html[OpenID Connect^]
-    ** https://apereo.github.io/cas/6.5.x/authentication/Syncope-Authentication.html[Static^]
-    ** https://apereo.github.io/cas/6.5.x/authentication/Syncope-Authentication.html[Syncope^]
-    ** https://apereo.github.io/cas/6.5.x/integration/Delegate-Authentication.html[SAML^]
+    ** 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/integration/Delegate-Authentication.html[OpenID Connect^]
+    ** https://apereo.github.io/cas/6.6.x/authentication/Syncope-Authentication.html[Static^]
+    ** https://apereo.github.io/cas/6.6.x/authentication/Syncope-Authentication.html[Syncope^]
+    ** https://apereo.github.io/cas/6.6.x/integration/Delegate-Authentication.html[SAML^]
 * MFA:
-    ** https://apereo.github.io/cas/6.5.x/mfa/DuoSecurity-Authentication.html[Duo Security^]
-    ** https://apereo.github.io/cas/6.5.x/mfa/FIDO-U2F-Authentication.html[Fido U2F^]
-    ** https://apereo.github.io/cas/6.5.x/mfa/GoogleAuthenticator-Authentication.html[Google Authenticator^]
+    ** https://apereo.github.io/cas/6.6.x/mfa/DuoSecurity-Authentication.html[Duo Security^]
+    ** https://apereo.github.io/cas/6.6.x/mfa/FIDO-U2F-Authentication.html[Fido U2F^]
+    ** https://apereo.github.io/cas/6.6.x/mfa/GoogleAuthenticator-Authentication.html[Google Authenticator^]
 
 [TIP]
 ====
@@ -57,4 +57,4 @@ class.
 
 [NOTE]
 Authentication Modules are dynamically translated into
-https://apereo.github.io/cas/6.5.x/authentication/Configuring-Authentication-Components.html#authentication-handlers[CAS Authentication Handlers^].
+https://apereo.github.io/cas/6.6.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 97d84372f8..46f741723f 100644
--- a/src/main/asciidoc/reference-guide/concepts/clientapplications.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/clientapplications.adoc
@@ -41,4 +41,4 @@ More parameters are required to be specified depending on the actual client appl
 
 [NOTE]
 Client Applications are dynamically translated into
-https://apereo.github.io/cas/6.5.x/services/Service-Management.html[CAS Services^].
+https://apereo.github.io/cas/6.6.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 a262177682..8075c21b6b 100644
--- a/src/main/asciidoc/reference-guide/concepts/policies.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/policies.adoc
@@ -279,7 +279,7 @@ authentication request from the application arrives.
 
 [NOTE]
 Access Policy instances are dynamically translated into
-https://apereo.github.io/cas/6.5.x/services/Configuring-Service-Access-Strategy.html#configure-service-access-strategy[CAS Service Access Strategy^].
+https://apereo.github.io/cas/6.6.x/services/Configuring-Service-Access-Strategy.html#configure-service-access-strategy[CAS Service Access Strategy^].
 
 [[policies-attribute-release]]
 ==== Attribute Release
@@ -291,7 +291,7 @@ values.
 
 [NOTE]
 Attribute Release Policy instances are dynamically translated into
-https://apereo.github.io/cas/6.5.x/integration/Attribute-Release-Policies.html#attribute-release-policies[CAS Attribute Release Policy^].
+https://apereo.github.io/cas/6.6.x/integration/Attribute-Release-Policies.html#attribute-release-policies[CAS Attribute Release Policy^].
 
 [[policies-authentication]]
 ==== Authentication
@@ -318,7 +318,7 @@ be considered successful.
 
 [NOTE]
 Authentication Policy instances are dynamically translated into
-https://apereo.github.io/cas/6.5.x/authentication/Configuring-Authentication-Policy.html#authentication-policy[CAS Authentication Policy^].
+https://apereo.github.io/cas/6.6.x/authentication/Configuring-Authentication-Policy.html#authentication-policy[CAS Authentication Policy^].
 
 [[policies-propagation]]
 ==== Propagation