Skip to content

Commit

Permalink
adding back in the redirect_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
tamw-wnet committed Sep 16, 2024
1 parent 4d8247a commit 9d9138a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/class-PMSSO-Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ private function get_code_response($code='', $code_verifier=''){
'code' => $code,
'client_id' => $this->client_id,
'grant_type' => 'authorization_code',
'redirect_uri' => $this->redirect_uri,
'code_verifier' => $code_verifier
);
$requestbody=http_build_query($postfields);
Expand Down

0 comments on commit 9d9138a

Please sign in to comment.