We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6535002 + e07a96b commit 6cf45c5Copy full SHA for 6cf45c5
src/Services/JWTService.php
@@ -96,7 +96,7 @@ private function configureJwtAuthorizationFlowByKey()
96
[
97
'scope' => "impersonation+" . $jwt_scope,
98
'client_id' => $GLOBALS['JWT_CONFIG']['ds_client_id'],
99
- 'redirect_uri' => $GLOBALS['DS_CONFIG']['app_url'] . '/index.php?page=dsCallback'
+ 'redirect_uri' => $GLOBALS['DS_CONFIG']['app_url'] . '/index.php?page=ds_callback'
100
]
101
);
102
header('Location: ' . $authorizationURL);
0 commit comments