X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f70feedc6517b824c4201584d6298fd5790d85ba..832b96b75ac05177e6baad7b414066ccfd7cfa51:/vendor/plugins/open_id_authentication/lib/open_id_authentication.rb diff --git a/vendor/plugins/open_id_authentication/lib/open_id_authentication.rb b/vendor/plugins/open_id_authentication/lib/open_id_authentication.rb index b35504976..ed875cd68 100644 --- a/vendor/plugins/open_id_authentication/lib/open_id_authentication.rb +++ b/vendor/plugins/open_id_authentication/lib/open_id_authentication.rb @@ -112,7 +112,8 @@ module OpenIdAuthentication case response.status when OpenID::Consumer::SUCCESS yield Result[:successful], identifier, - OpenID::SReg::Response.from_success_response(response) + OpenID::SReg::Response.from_success_response(response), + OpenID::AX::FetchResponse.from_success_response(response) when :missing yield Result[:missing], identifier, nil when :invalid