mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-25 05:23:36 -04:00
FIX: google oauth2 for sites using https. Need to specify the redirect_uri during setup in this case.
This commit is contained in:
parent
bf16ff275a
commit
fe6235b40e
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ class Auth::GoogleOAuth2Authenticator < Auth::Authenticator
|
|||
strategy = env["omniauth.strategy"]
|
||||
strategy.options[:client_id] = SiteSetting.google_oauth2_client_id
|
||||
strategy.options[:client_secret] = SiteSetting.google_oauth2_client_secret
|
||||
}
|
||||
},
|
||||
:redirect_uri => "#{Discourse.base_url}/auth/google_oauth2/callback"
|
||||
end
|
||||
|
||||
protected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue