summaryrefslogtreecommitdiffstats
path: root/docs/sections/architecture/aaf_architecture.rst
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-09-19 09:23:53 -0500
committerJonathan Gathman <jonathan.gathman@att.com>2019-09-19 14:56:23 +0000
commit1a101ab7676e7827423f39a22808418dc29e913f (patch)
tree04a14490a647c66e8b4beb43bc8644e7807905a8 /docs/sections/architecture/aaf_architecture.rst
parentb907ab4b6d721c875b042a89c7c8c071ba0dd4a9 (diff)
Update Documentation El Alto
Issue-ID: AAF-854 Change-Id: I4bde6629fa9b4656f20ad69853baf98e503e50c8 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'docs/sections/architecture/aaf_architecture.rst')
-rw-r--r--docs/sections/architecture/aaf_architecture.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/sections/architecture/aaf_architecture.rst b/docs/sections/architecture/aaf_architecture.rst
index 50d20eec..5513be8a 100644
--- a/docs/sections/architecture/aaf_architecture.rst
+++ b/docs/sections/architecture/aaf_architecture.rst
@@ -64,6 +64,17 @@ Enjoy stretching your mind
AAF can support models of either side. In the meantime, enjoy the use of your mind to comtemplate things beyond tickets and this will help drive what you need to ask for in terms of Identities for your Apps.
+Components
+==========
+
+The running components of AAF include the following:
+ - "service" - RESTful HTTP/S - The main API Service for Authentication, Authorization and Management
+ - "locate" - RESTful HTTP/S - Provides Scaleble, Cross-Deployment Global location, inside or outside a container, of Registered Components (at minimum, AAF Components). Locate also provide Configuration information for Generated Configurations.
+ - "oauth" - RESTful HTTP/S - OAuth 2 implementation. Provides "token" and "introspection" methods, where Authorization data is included.
+ - "gui" - Browser HTTP/S - Management GUI, where user interactions occur, including a Web-based CMD-Line interface, API Docs, Approval pages, etc.
+ - "cm" - RESTful HTTP/S - Certificate Manager API, see more details below.
+ - "fs" - HTTP ONLY - File Server. This Component MUST NOT be HTTP/S, because it Provides HTTP Accessed RCLs as part of the TLS process. Other public information may be presented as well (such as Certificates, which are by definition Public)
+
Certificate Manager
===================