From 153c8e887f41bf73f99cead07c94f34ada482c99 Mon Sep 17 00:00:00 2001 From: "Matej.Sramcik" Date: Wed, 31 May 2023 11:37:44 +0200 Subject: [PATCH] Cleanup AAA dev-guide Remove occurrences of Oauth2. JIRA: AAA-260 Change-Id: If4efc2c96ad70578ab54feaeed98450b37156277 Signed-off-by: Matej Sramcik (cherry picked from commit b2c85d77306f1182db0cf1923d448f11d5ae5830) --- docs/dev-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.36.6