diff --git a/object/saml_idp.go b/object/saml_idp.go index 999cb2de..3856e816 100644 --- a/object/saml_idp.go +++ b/object/saml_idp.go @@ -179,8 +179,8 @@ type IdpSSODescriptor struct { } type NameIDFormat struct { - XMLName xml.Name - Value string `xml:",innerxml"` + // XMLName xml.Name + Value string `xml:",innerxml"` } type SingleSignOnService struct { @@ -190,7 +190,7 @@ type SingleSignOnService struct { } type Attribute struct { - XMLName xml.Name + // XMLName xml.Name Name string `xml:"Name,attr"` NameFormat string `xml:"NameFormat,attr"` FriendlyName string `xml:"FriendlyName,attr"`