From 54f202e08e9acf0e4c729e5f38437e6c1534d23a Mon Sep 17 00:00:00 2001 From: Terry Fleury Date: Mon, 15 Oct 2018 08:59:04 -0500 Subject: [PATCH] CIL-331 Starting with OA4MP 4.1.0, use /oauth2/dbService endpoint as default. --- src/Service/DBService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Service/DBService.php b/src/Service/DBService.php index 70db1a1..9281166 100644 --- a/src/Service/DBService.php +++ b/src/Service/DBService.php @@ -61,9 +61,9 @@ class DBService { /** * @var string DEFAULTDBSERVICEURL The main URL for the dbService. - * Corresponds to the OAuth .war. + * Corresponds to the OAuth2 .war. */ - const DEFAULTDBSERVICEURL = 'http://localhost:8080/oauth/dbService'; + const DEFAULTDBSERVICEURL = 'http://localhost:8080/oauth2/dbService'; /** * @var string OAUTH1DBSERVICEURL The URL for the OAuth 1.0a dbService.