Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gravitational/teleport into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kovoy committed Oct 17, 2017
2 parents 24f1312 + 3b62c7d commit 992b953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/fileconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ type Auth struct {

// OIDCConnectors is a list of trusted OpenID Connect Identity providers
// Deprecated: Use OIDC section in Authentication section instead.
OIDCConnectors []OIDCConnector `yaml:"oidc_connectors"`
OIDCConnectors []OIDCConnector `yaml:"oidc_connectors,omitempty"`

// Configuration for "universal 2nd factor"
// Deprecated: Use U2F section in Authentication section instead.
Expand Down

0 comments on commit 992b953

Please sign in to comment.