X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7428da74c24c69b4a51e8a0fed57b71806cd7e6c..568bf4939d8a60a87018f1fb07edc881c608b4ce:/config/initializers/omniauth.rb diff --git a/config/initializers/omniauth.rb b/config/initializers/omniauth.rb index 81d4747e9..ee5be2abd 100644 --- a/config/initializers/omniauth.rb +++ b/config/initializers/omniauth.rb @@ -24,7 +24,7 @@ end openid_options = { :name => "openid", :store => openid_store } google_options = { :name => "google", :scope => "email", :access_type => "online" } facebook_options = { :name => "facebook", :scope => "email", :client_options => { :site => "https://graph.facebook.com/v4.0", :authorize_url => "https://www.facebook.com/v4.0/dialog/oauth" } } -microsoft_graph_options = { :name => "windowslive", :scope => "openid User.Read" } +microsoft_graph_options = { :name => "microsoft_graph", :scope => "openid User.Read" } github_options = { :name => "github", :scope => "user:email" } wikipedia_options = { :name => "wikipedia", :client_options => { :site => "https://meta.wikimedia.org" } }