Cleanup AAA dev-guide 77/106577/1
authorMatej.Sramcik <matej.sramcik@pantheon.tech>
Wed, 31 May 2023 09:37:44 +0000 (11:37 +0200)
committerMatej Sramcik <matej.sramcik@pantheon.tech>
Wed, 21 Jun 2023 07:49:12 +0000 (09:49 +0200)
Remove occurrences of Oauth2.

JIRA: AAA-260
Change-Id: If4efc2c96ad70578ab54feaeed98450b37156277
Signed-off-by: Matej Sramcik <matej.sramcik@pantheon.tech>
(cherry picked from commit b2c85d77306f1182db0cf1923d448f11d5ae5830)

docs/dev-guide.rst

index edea3aeadc948737700dbf5f6ac186b7c39f8c1f..451651ff82ef7d00e282a50a8dc7c11fefe1ddbe 100644 (file)
@@ -254,8 +254,8 @@ picture:
    TokenAuthRealm direct authentication mechanism
 
 A user presents some credentials (e.g., username/password) directly to the
-OpenDaylight controller token endpoint /oauth2/token and receives an access
-token, which then can be used to access protected resources on the controller.
+OpenDaylight controller and receives a session cookie, which can be then
+used to access protected resources on the controller.
 
 How to access the H2 database
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~