hack: always use default redirect_uri
This commit is contained in:
parent
71b0592b0a
commit
2424885adf
1 changed files with 4 additions and 3 deletions
|
@ -3,9 +3,10 @@ class FranceConnectParticulierClient < OpenIDConnect::Client
|
|||
config = FRANCE_CONNECT[:particulier]
|
||||
|
||||
# TODO: remove this block when migration to new domain is done
|
||||
if !Rails.env.test? && Current.host != ENV.fetch("APP_HOST")
|
||||
config[:redirect_uri] = config[:redirect_uri].gsub(ENV.fetch("APP_HOST"), Current.host)
|
||||
end
|
||||
# dirty hack to redirect to the right domain
|
||||
# if !Rails.env.test? && Current.host != ENV.fetch("APP_HOST")
|
||||
# config[:redirect_uri] = config[:redirect_uri].gsub(ENV.fetch("APP_HOST"), Current.host)
|
||||
# end
|
||||
|
||||
super(config)
|
||||
|
||||
|
|
Loading…
Reference in a new issue