Skip to content
Extraits de code Groupes Projets
Valider 912211dc rédigé par Maxwell Salzberg's avatar Maxwell Salzberg
Parcourir les fichiers

make omniauth look at where our ca_file is

parent dcce2976
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -21,6 +21,6 @@ Rails.application.config.middleware.use OmniAuth::Builder do
end
if SERVICES['facebook'] && SERVICES['facebook']['app_id'] && SERVICES['facebook']['app_secret']
provider :facebook, SERVICES['facebook']['app_id'], SERVICES['facebook']['app_secret'], { :scope => "publish_stream,email,offline_access",
:client_options => {:ssl => {:ca_file => AppConfig[:ca_file]}}}
:client_options => {:ssl => {:ca_file => EnviromentConfiguration.ca_cert_file_location}}}
end
end
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter