Skip to content

Commit 9ed9398

Browse files
Merge branch '6.3' into 6.4
* 6.3: [Validator] Add missing validator translations in Polish language [HttpClient] Fix encoding some characters in query strings [HttpKernel] make RequestPayloadValueResolver:resolve() throw on variadic argument [SecurityBundle] Remove last usages of tag `security.remember_me_aware` [VarDumper] Dumping DateTime throws error if getTimezone is false Only update autoload_runtime.php when it changed [FrameworkBundle] Fix secrets:list not displaying local vars [Intl] Update the ICU data to 73.2 [DoctrineBridge] add missing UPGRADE notes for #50689 [HttpClient] Force int conversion for floated multiplier for GenericRetryStrategy [Security] Fix log message in OidcTokenHandler Don't mark RedispatchMessage as internal [FrameworkBundle] Ignore missing directories in about command Revert "[Messenger] Respect `isRetryable` decision of the retry strategy when deciding if failed message should be re-delivered" [Validator] Add the `message` option to the `PasswordStrength` constraint [Validator][Translator] Fix xlf files for en & fr translations. Bug introduced by #50590 CS fix Add missing EN and FR translations for newest constraints [HttpClient] Remove final keyword on AsyncResponse [DependencyInjection] Fix support for `false` boolean env vars
2 parents 4fb1115 + 36d2bdd commit 9ed9398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AccessToken/Oidc/OidcTokenHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function getUserBadgeFrom(string $accessToken): UserBadge
9595
// UserLoader argument can be overridden by a UserProvider on AccessTokenAuthenticator::authenticate
9696
return new UserBadge($claims[$this->claim], fn () => $this->createUser($claims), $claims);
9797
} catch (\Exception $e) {
98-
$this->logger?->error('An error while decoding and validating the token.', [
98+
$this->logger?->error('An error occurred while decoding and validating the token.', [
9999
'error' => $e->getMessage(),
100100
'trace' => $e->getTraceAsString(),
101101
]);

0 commit comments

Comments
 (0)