Skip to content

Commit

Permalink
Add Project ID (#27)
Browse files Browse the repository at this point in the history
* RELEASE

* added project ID
  • Loading branch information
gaokevin1 authored Aug 8, 2024
1 parent 643fbb2 commit 5db11ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDK/Configuration/SDKConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(array $config)
private function getJWKSets()
{
try {
$url = EndpointsV2::getPublicKeyPath();
$url = EndpointsV2::getPublicKeyPath() . '/' . $this->projectId;

// Fetch JWK public key from Descope API
$res = $this->client->request('GET', $url);
Expand Down

0 comments on commit 5db11ff

Please sign in to comment.