### Symfony version(s) affected 6.3 ### Description Reported here: https://github.com/symfony/symfony-docs/pull/18354  ### How to reproduce Use `algorithm: ES256` on OIDC security feature, this should throw the error. ### Possible Solution `ECDSA` classes do not receive any arguments. Removing the arguments from the services declaration should do the trick. ### Additional Context _No response_