start france connect

This commit is contained in:
Tanguy PATTE 2015-10-05 16:42:29 +02:00
parent 7f91778027
commit 40d5802d4a
10 changed files with 119 additions and 4 deletions

View file

@ -0,0 +1,2 @@
file_path = "#{Rails.root}/config/france_connect.yml"
FRANCE_CONNECT = Hashie::Mash.load(file_path)

View file

@ -0,0 +1,5 @@
OpenIDConnect.debug!
OpenIDConnect.logger = Rails.logger
Rack::OAuth2.logger = Rails.logger
# Webfinger.logger = Rails.logger
SWD.logger = Rails.logger