Skip to content

Commit

Permalink
Fix the login method validation for Google IDP (#285)
Browse files Browse the repository at this point in the history
Replaces `LinkByEmail` with `UseVendorJavaScript`.

Fixes #284
  • Loading branch information
ColinOrr authored Oct 18, 2024
1 parent 30c08e2 commit 1c3a42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusionauth/resource_fusionauth_idp_google.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func newIDPGoogle() *schema.Resource {
ValidateFunc: validation.StringInSlice([]string{
"UsePopup",
"UseRedirect",
"LinkByEmail",
"UseVendorJavaScript",
}, false),
Description: "The login method to use for this Identity Provider.",
},
Expand Down

0 comments on commit 1c3a42a

Please sign in to comment.