onelogin / terraform-provider-onelogin

GNU General Public License v3.0
27 stars 19 forks source link

Add idp configuration #41

Closed at-k closed 3 years ago

at-k commented 3 years ago

resource onelogin_saml_apps example_saml_app { connector_id = xxx name = "Amazon Web Services (AWS) Multi Account"

configuration = { signature_algorithm = "SHA-1" idp_list = local.aws_idp_list } }

dcaponi commented 3 years ago

@at-k build for the go sdk should be complete. Please update the dependency on the go sdk to use v1.0.15 so this pull request will pass. Thank you for your contribution.

dcaponi commented 3 years ago

Great thanks @at-k look out for version v0.1.9 of this repo for your changes