You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/11/28 08:06:45 UTC

[syncope] branch master updated: Typos in Reference Guide 3.0

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


The following commit(s) were added to refs/heads/master by this push:
     new 4814ebf  Typos in Reference Guide 3.0
4814ebf is described below

commit 4814ebf2b88ad6312d9f0771eb3eef15f8e952b5
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun Nov 28 09:06:33 2021 +0100

    Typos in Reference Guide 3.0
---
 src/main/asciidoc/images/sra-request.plantuml       |   3 ++-
 src/main/asciidoc/images/sra-request.png            | Bin 35289 -> 37710 bytes
 .../reference-guide/architecture/architecture.adoc  |   2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/asciidoc/images/sra-request.plantuml b/src/main/asciidoc/images/sra-request.plantuml
index 5a6a36e..8f2c621 100644
--- a/src/main/asciidoc/images/sra-request.plantuml
+++ b/src/main/asciidoc/images/sra-request.plantuml
@@ -29,12 +29,13 @@ sra --> sra : matching route found: PROTECTED
 sra --> user: authentication required
 
 user --> wa : authentication credentials
+wa --> wa: authentication process
 wa --> user : authentication successful, redirect to original request
 
 user --> sra : authenticated request
 sra --> sra : applying configured filters before sending request downstream
 sra --> target : downstream request
-target --> sra : downsream response
+target --> sra : downstream response
 sra --> sra : applying configured filters before sending response back
 sra --> user: response
 @enduml
diff --git a/src/main/asciidoc/images/sra-request.png b/src/main/asciidoc/images/sra-request.png
index ece0e9e..793942c 100644
Binary files a/src/main/asciidoc/images/sra-request.png and b/src/main/asciidoc/images/sra-request.png differ
diff --git a/src/main/asciidoc/reference-guide/architecture/architecture.adoc b/src/main/asciidoc/reference-guide/architecture/architecture.adoc
index 1ecbcd4..4d5a523 100644
--- a/src/main/asciidoc/reference-guide/architecture/architecture.adoc
+++ b/src/main/asciidoc/reference-guide/architecture/architecture.adoc
@@ -53,7 +53,7 @@ Core and Admin UI to offer centralized configuration and management.
 
 The *_Secure Remote Access_* component is built on https://spring.io/projects/spring-cloud-gateway[Spring Cloud Gateway^].
 
-In addition to all the configuration options and features from Spring Cloud Gateway, theSecure Remote Access is
+In addition to all the configuration options and features from Spring Cloud Gateway, the Secure Remote Access is
 integrated with Keymaster, Core and Admin UI to offer centralized configuration and management.
 
 The Secure Remote Access allows to protect legacy applications by integrating with the Web Access or other third-party