X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/362f237e91541b7cef44629432ae500f4b0518f4..58653f8b9d90c9f0a2f44d026b0ec84574f6bc9a:/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