Skip to content

Commit

Permalink
APIGOV-VC0001 - Fix for IdP config validation failure (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekschauhan authored Jun 17, 2024
1 parent 1c6a86f commit c4611d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/externalidpconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ type IDPConfiguration struct {
ExtraProperties ExtraProperties `json:"extraProperties,omitempty"`
RequestHeaders IDPRequestHeaders `json:"requestHeaders,omitempty"`
QueryParams IDPQueryParams `json:"queryParams,omitempty"`
TLSConfig TLSConfig `json:"ssl,omitempty"`
TLSConfig TLSConfig `json:"-"`
}

// GetIDPName - for the identity provider
Expand Down

0 comments on commit c4611d0

Please sign in to comment.