diff options
Diffstat (limited to 'services/forms')
-rw-r--r-- | services/forms/auth_form.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/services/forms/auth_form.go b/services/forms/auth_form.go index 2c6966d266..d096292601 100644 --- a/services/forms/auth_form.go +++ b/services/forms/auth_form.go @@ -67,6 +67,12 @@ type AuthenticationForm struct { Oauth2EmailURL string Oauth2IconURL string Oauth2Tenant string + Oauth2Scopes string + Oauth2RequiredClaimName string + Oauth2RequiredClaimValue string + Oauth2GroupClaimName string + Oauth2AdminGroup string + Oauth2RestrictedGroup string SkipLocalTwoFA bool SSPIAutoCreateUsers bool SSPIAutoActivateUsers bool |