From 9ca0e7905c24f18ed246e65397589f0f41b50506 Mon Sep 17 00:00:00 2001 From: zeripath Date: Fri, 10 Sep 2021 17:37:57 +0100 Subject: Add setting to OAuth handlers to skip local 2FA authentication (#16594) This PR adds a setting to OAuth and OpenID login sources to allow the source to skip local 2FA authentication. Fix #13939 Signed-off-by: Andrew Thornton --- services/forms/auth_form.go | 1 + 1 file changed, 1 insertion(+) (limited to 'services/forms') diff --git a/services/forms/auth_form.go b/services/forms/auth_form.go index b45ea6ea12..229728cf7d 100644 --- a/services/forms/auth_form.go +++ b/services/forms/auth_form.go @@ -66,6 +66,7 @@ type AuthenticationForm struct { Oauth2EmailURL string Oauth2IconURL string Oauth2Tenant string + SkipLocalTwoFA bool SSPIAutoCreateUsers bool SSPIAutoActivateUsers bool SSPIStripDomainNames bool -- cgit v1.2.3