Skip to content

Commit

Permalink
bugfix(idp_facebook): fixes individual app registration configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge authored and MCBrandenburg committed Oct 13, 2021
1 parent c9fc7af commit 4f51e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This provider is used for setting up [FusionAuth](https://fusionauth.io)
- Google
- Apple
- External JWT
- Facebook
- SAML v2
- Sony PSN
- Steam
Expand Down
2 changes: 1 addition & 1 deletion fusionauth/resource_fusionauth_idp_facebook.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type FacebookAppConfig struct {
AppID string `json:"appId,omitempty"`
ButtonText string `json:"buttonText,omitempty"`
ClientSecret string `json:"client_secret,omitempty"`
CreateRegistration bool `json:"createRegistration,omitempty"`
CreateRegistration bool `json:"createRegistration"`
Enabled bool `json:"enabled"`
Fields string `json:"fields,omitempty"`
Permissions string `json:"permissions,omitempty"`
Expand Down

0 comments on commit 4f51e5f

Please sign in to comment.