From f3168e302d0720dfb36622b1ee421b64af8addc2 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Tue, 3 Dec 2024 10:38:33 +0100 Subject: [PATCH] Documentation: Fix invalid OSGi configuration property id aio_oauth_scopes --- aem/core_aem/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aem/core_aem/README.md b/aem/core_aem/README.md index d7fbd03e..2b11f23b 100644 --- a/aem/core_aem/README.md +++ b/aem/core_aem/README.md @@ -29,7 +29,7 @@ When using JWT credentials also set When using OAuth credentials also set * `aio.client.secret` your Adobe Developer Console oAuth credential client secret -* `aio_oauth_scopes` a comma separated list of OAuth scopes associated with your API, see your Adobe Developer Console OAuth scopes (project.workspace.details.credentials[i].oauth_server_to_server.scopes) +* `aio.oauth.scopes` a comma separated list of OAuth scopes associated with your API, see your Adobe Developer Console OAuth scopes (project.workspace.details.credentials[i].oauth_server_to_server.scopes) For more details on the above please refer to * [`aio-lib-java-core` docs](../../core/README.md) for more details