Cleanup AAA dev-guide 06/106306/5
authorMatej.Sramcik <matej.sramcik@pantheon.tech>
Wed, 31 May 2023 09:37:44 +0000 (11:37 +0200)
committerMatej Sramcik <matej.sramcik@pantheon.tech>
Thu, 8 Jun 2023 09:30:12 +0000 (09:30 +0000)
Remove occurrences of Oauth2.

JIRA: AAA-260
Change-Id: If4efc2c96ad70578ab54feaeed98450b37156277
Signed-off-by: Matej Sramcik <matej.sramcik@pantheon.tech>
docs/dev-guide.rst

index d0c007d1c18609630111fd98231f8a4a0063bf4f..e92699f56a868954d138ed9eab208f67a10a204a 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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~