I don't care about Google SSO
This commit is contained in:
@@ -44,19 +44,4 @@ if (AUTH_TYPE === 'keycloak') {
|
||||
define('KEYCLOAK_CLIENT_SECRET',''); // Client Secret per Keycloak (ad esempio abcdefghijklm)
|
||||
}
|
||||
}
|
||||
// Impostazioni autenticazione con Google (richieste solo se AUTH_TYPE sta impostato su google)
|
||||
if (AUTH_TYPE === 'google') {
|
||||
if (!defined('GOOGLE_CLIENT_ID')) {
|
||||
define('GOOGLE_CLIENT_ID',''); // Client ID fornito da Google
|
||||
}
|
||||
if (!defined('GOOGLE_CLIENT_SECRET')) {
|
||||
define('GOOGLE_CLIENT_SECRET',''); // Client Secret fornito da Google
|
||||
}
|
||||
if (!defined('GOOGLE_ONLY_ALLOWED_DOMAINS')) {
|
||||
define('GOOGLE_ONLY_ALLOWED_DOMAINS', false); // Attivare (impostare su true) per impostare restrizioni sui domini e-mail consentiti
|
||||
}
|
||||
if (!defined('GOOGLE_ALLOWED_DOMAINS')) {
|
||||
define('GOOGLE_ALLOWED_DOMAINS', ['']); // Domini E-Mail consentiti. Serve abilitare l'opzione GOOGLE_ONLY_ALLOWED_DOMAINS
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user