Skip to content

Commit 031c201

Browse files
Merge pull request #191 from getbread/pg-1674-update-token-generate-api
PG-1674 Update token generate endpoints
2 parents 29f2419 + fd16336 commit 031c201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/Adminhtml/Bread/ValidateCredentials.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function testPlatformCredentials($key, $secret, $apiMode, $tenant) {
146146
$tenantLoaded = false;
147147
$response = null;
148148

149-
$url = join('/', [trim($link, '/'), 'auth/sa/authenticate']);
149+
$url = join('/', [trim($link, '/'), 'auth/service/authorize']);
150150
$curl = curl_init($url);
151151
curl_setopt($curl, CURLOPT_HEADER, 0);
152152
curl_setopt($curl, CURLOPT_TIMEOUT, 30);

0 commit comments

Comments
 (0)