Skip to content

Commit e07a96b

Browse files
authored
fixing redirect URL (#166)
1 parent 603316f commit e07a96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/JWTService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private function configureJwtAuthorizationFlowByKey()
9696
[
9797
'scope' => "impersonation+" . $jwt_scope,
9898
'client_id' => $GLOBALS['JWT_CONFIG']['ds_client_id'],
99-
'redirect_uri' => $GLOBALS['DS_CONFIG']['app_url'] . '/index.php?page=dsCallback'
99+
'redirect_uri' => $GLOBALS['DS_CONFIG']['app_url'] . '/index.php?page=ds_callback'
100100
]
101101
);
102102
header('Location: ' . $authorizationURL);

0 commit comments

Comments
 (0)