认证失败!invalid_credentials: OAuth2::Error

您好,

我在内网环境中安装了一个新的生产环境。我遇到了这个 OIDC 错误,但找不到问题所在。我在另一个环境中进行了相同的设置,并且它工作正常!

(oidc) 身份验证失败!invalid_credentials: OAuth2::Error,
Started GET "/auth/failure?message=invalid_credentials&origin=<url>&strategy=oidc" for <IP> at 2024-03-21 08:12:10 +0000
Processing by Users::OmniauthCallbacksController#failure as HTML
  Parameters: {"message"=>"invalid_credentials", "origin"=>"https://<url>/", "strategy"=>"oidc"}
  Rendered users/omniauth_callbacks/failure.html.erb within layouts/no_ember (Duration: 0.1ms | Allocations: 35)

有什么办法可以解决这个问题吗?
此致。