don't redirect automatically to oauth2
This commit is contained in:
parent
e5cd04465c
commit
76c4d0eae2
|
@ -13,7 +13,7 @@ $config['oauth_verify_peer'] = true;
|
||||||
$config['oauth_scope'] = 'email openid profile';
|
$config['oauth_scope'] = 'email openid profile';
|
||||||
$config['oauth_identity_fields'] = ['email'];
|
$config['oauth_identity_fields'] = ['email'];
|
||||||
|
|
||||||
$config['oauth_login_redirect'] = true;
|
$config['oauth_login_redirect'] = false;
|
||||||
|
|
||||||
$config['force_https'] = true;
|
$config['force_https'] = true;
|
||||||
$config['use_https'] = true;
|
$config['use_https'] = true;
|
||||||
|
|
Loading…
Reference in New Issue