Skip to content

Commit

Permalink
Remove id_token from values property
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua License committed Jun 20, 2021
1 parent 7c7ef91 commit afe3b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Token/AccessToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public function __construct(array $options, $provider)
if (!empty($options['id_token'])) {
$this->idToken = $options['id_token'];

unset($this->values['id_token']);

$keys = $provider->getJwtVerificationKeys();
$idTokenClaims = null;
try {
Expand Down

0 comments on commit afe3b06

Please sign in to comment.