Skip to content

Commit

Permalink
Add redirect_uri in refreshToken parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonet-caldera committed Jan 8, 2025
1 parent f7c91b9 commit 0f2e342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OpenIDConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ public function refreshToken(string $refresh_token) {
'client_id' => $this->clientID,
'client_secret' => $this->clientSecret,
'scope' => implode(' ', $this->scopes),
'redirect_uri' => $this->getRedirectURL(),
];

# Consider Basic authentication if provider config is set this way
Expand Down

0 comments on commit 0f2e342

Please sign in to comment.