mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-25 00:34:29 +00:00

# Which Problems Are Solved It was possible to set a diffent algorithm for the legacy signer. This is not supported howerver and breaks the token endpoint. # How the Problems Are Solved Remove the OIDC.SigningKeyAlgorithm config option and hard-code RS256 for the legacy signer. # Additional Changes - none # Additional Context Only RS256 is supported by the legacy signer. It was mentioned in the comment of the config not to use it and use the webkeys resource instead. - closes #9121 (cherry picked from commit db8d794794eba191d1b1f3a79ea5b4ec2c90a821)