aboutsummaryrefslogtreecommitdiffstats
path: root/docs/authentication.rst
diff options
context:
space:
mode:
authorTschaen, Brendan (bt054f) <bt054f@att.com>2018-08-08 16:54:29 -0400
committerTschaen, Brendan (bt054f) <bt054f@att.com>2018-08-08 16:54:35 -0400
commitffaf5aca91d5a0da10081382baa5e1f739a403a2 (patch)
tree5fdc21c7201e59e27d00e9f5d6b7edc49816a3c3 /docs/authentication.rst
parent9b6efbd93a12c858a0d2643013217ec3d6c3a46d (diff)
Fix Documentation spelling
Change-Id: I87806db4cf99a30ba86249d2afb3ea8b9f9bfcb2 Issue-ID: MUSIC-94 Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
Diffstat (limited to 'docs/authentication.rst')
-rw-r--r--docs/authentication.rst27
1 files changed, 15 insertions, 12 deletions
diff --git a/docs/authentication.rst b/docs/authentication.rst
index 3c6f48a4..87dbea05 100644
--- a/docs/authentication.rst
+++ b/docs/authentication.rst
@@ -1,22 +1,25 @@
- `For Single install:`_
+Authentication
+==============
- `Multi-Site Install:`_
+`Single-Site Install`_
- `Headers:`_
+`Multi-Site Install`_
- `AAF Authentication`_
+`Headers`_
- `AID Authentication Non-AAF`_
+`AAF Authentication`_
+
+`AID Authentication Non-AAF`_
`Onboarding API`_
-`Add Application`_
+ `Add Application`_
-`Get Application`_
+ `Get Application`_
-`Edit Application`_
+ `Edit Application`_
-`Delete Application`_
+ `Delete Application`_
Steps to test AAF MUSIC has been enhanced to support applications which are already authenticated using AAF and applications which are not authenticated using AAF.
@@ -33,7 +36,7 @@ In the cassandra bin dir run ./cqlsh and log in to db then:
If you want to save the following in a file you can then run ./cqlsh -f <file.cql>
-For Single install:
+Single-Site Install
^^^^^^^^^^^^^^^^^^^
::
@@ -58,7 +61,7 @@ For Single install:
);
-Multi-Site Install:
+Multi-Site Install
^^^^^^^^^^^^^^^^^^^
::
@@ -83,7 +86,7 @@ Multi-Site Install:
PRIMARY KEY (uuid)
);
-Headers:
+Headers
^^^^^^^^
For AAF applications all the 3 headers ns, userId and password are mandatory.