Vorrei chiedere informazioni sul plugin discourse openID per l’API get userReponse, è necessario avere il tipo application/json. perché attualmente il provider OIDC restituisce come application/jwt.
UserInfo · Docs · Connect2id e la risposta userInfo è nil
In realtà il problema è che l’API GET sta restituendo NIL qui. @raw_info ||=
begin
info = access_token.get(options[:client_options][:userinfo_endpoint]).parsed
verbose_log(“Fetched userinfo response\n\n#{info.to_yaml}”)
info
end
Per favore, aiutami in questo.