X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fauthentication.rst;h=87dbea050857a251f2adf311db1f4172b7489302;hb=a00014e78f18134f998fb46a7dd543e6ea05a3bd;hp=3c6f48a41d64bb6ec57b35cf8f8b78cf07851d24;hpb=03b8ac85fe37aa2c35f28f10cff3d460751b23d0;p=music.git 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 -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.