Skip to content

Commit

Permalink
Merge pull request #62 from drjosephbaxter/fix/keyIdentifierClassParam
Browse files Browse the repository at this point in the history
use keyIdentifier  class param
  • Loading branch information
steverhoades authored Sep 26, 2024
2 parents b1f23e9 + 6c6fe3e commit f20665a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IdTokenResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ protected function getExtraParams(AccessTokenEntityInterface $accessToken): arra
}

if ($this->keyIdentifier !== null) {
$builder = $builder->withHeader('kid', $keyIdentifier);
$builder = $builder->withHeader('kid', $this->keyIdentifier);
}

if (
Expand Down

0 comments on commit f20665a

Please sign in to comment.