From d1629f2e2fa90da1653646f97907489699f6da40 Mon Sep 17 00:00:00 2001 From: KajanM Date: Tue, 18 Sep 2018 02:36:57 +0530 Subject: [PATCH] Update oauth2.rst highlight the need to include index.php if pretty URL is not configured --- admin_manual/configuration_server/oauth2.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/configuration_server/oauth2.rst b/admin_manual/configuration_server/oauth2.rst index 33e06d8f6..49e0b4ce9 100644 --- a/admin_manual/configuration_server/oauth2.rst +++ b/admin_manual/configuration_server/oauth2.rst @@ -23,6 +23,8 @@ Please provide the OAuth2 application the following details: Authorization endpoint: SERVER/apps/oauth2/authorize Token endpoint: SERVER/apps/oauth2/api/v1/token +Note that the SERVER portion must include `index.php` at the end if pretty URL is not configured. + The access token ----------------