Ciao,
Ho installato un nuovo ambiente in produzione in un ambiente intranet. Ho ricevuto questo errore OIDC e non riesco a capire cosa c’è che non va. Avevo fatto le stesse impostazioni su un altro ambiente e aveva funzionato!
(oidc) Authentication failure! 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)
Qualche idea su come risolvere questo problema?
Saluti.