diff --git a/apis/management.cattle.io/v3/authn_types.go b/apis/management.cattle.io/v3/authn_types.go index 440a22db..8fdea8e2 100644 --- a/apis/management.cattle.io/v3/authn_types.go +++ b/apis/management.cattle.io/v3/authn_types.go @@ -276,8 +276,8 @@ type SamlConfig struct { AuthConfig `json:",inline" mapstructure:",squash"` IDPMetadataContent string `json:"idpMetadataContent" norman:"required"` - SPSelfSignedCert string `json:"spCert" norman:"required"` - SPSelfSignedKey string `json:"spKey" norman:"required"` + SpCert string `json:"spCert" norman:"required"` + SpKey string `json:"spKey" norman:"required"` GroupsField string `json:"groupsField" norman:"required"` DisplayNameField string `json:"displayNameField" norman:"required"` UserNameField string `json:"userNameField" norman:"required"`