From 8e78526c84bb9eba79050d7981fa63851c0fdd93 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Tue, 13 Oct 2020 09:55:18 -0600 Subject: [PATCH] remove ability to update SAML admin filter settings (#15932) --- model/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/config.go b/model/config.go index ae7f490884..7f6b2b6e35 100644 --- a/model/config.go +++ b/model/config.go @@ -2212,8 +2212,8 @@ type SamlSettings struct { // User Mapping IdAttribute *string `access:"authentication"` GuestAttribute *string `access:"authentication"` - EnableAdminAttribute *bool `access:"authentication"` - AdminAttribute *string `access:"authentication"` + EnableAdminAttribute *bool + AdminAttribute *string FirstNameAttribute *string `access:"authentication"` LastNameAttribute *string `access:"authentication"` EmailAttribute *string `access:"authentication"`