Skip to content

Commit

Permalink
fix: better messaging and no longer requiring field. fixes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
MCBrandenburg committed Jul 8, 2021
1 parent b852f0f commit 1f1e382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fusionauth/schema_fusionauth_application.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ func newSamlv2Configuration() *schema.Resource {
Optional: true,
Description: "An array of URLs that are the authorized redirect URLs for FusionAuth OAuth.",
},
"callback_url": {
"samlv2_configuration": {
Type: schema.TypeString,
Required: true,
Deprecated: "Deprecated in version 1.20",
Optional: true,
Deprecated: "In version 1.20.0 and beyond, Callback URLs can be managed via authorized_redirect_urls.",
Description: "The URL of the callback (sometimes called the Assertion Consumer Service or ACS). This is where FusionAuth sends the browser after the user logs in via SAML.",
},
"debug": {
Expand Down

0 comments on commit 1f1e382

Please sign in to comment.