From: Matej.Sramcik Date: Wed, 31 May 2023 09:37:44 +0000 (+0200) Subject: Cleanup AAA dev-guide X-Git-Tag: v0.16.10~6 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=153c8e887f41bf73f99cead07c94f34ada482c99;p=aaa.git Cleanup AAA dev-guide Remove occurrences of Oauth2. JIRA: AAA-260 Change-Id: If4efc2c96ad70578ab54feaeed98450b37156277 Signed-off-by: Matej Sramcik (cherry picked from commit b2c85d77306f1182db0cf1923d448f11d5ae5830) --- diff --git a/docs/dev-guide.rst b/docs/dev-guide.rst index edea3aead..451651ff8 100644 --- a/docs/dev-guide.rst +++ b/docs/dev-guide.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~