
ChristianW.21804 (Customer) asked a question.
I've been working on setting up a new SAML connection in Okta for various AWS accounts via Terraform. So far Terraform has been able to handle most of the actions I've previously handled manually, but I have yet to figure out whether I can configure the API integration between Okta and AWS via Terraform.
For reference after configuring a SAML connection between Okta and an application of with preconfigured_app = "amazon_aws, you have the option to enter in an AWS access and secret key pair in order to allow Okta to import SAML roles from AWS. The way to get there in the Okta UI is by going to the AWS tile > Provisioning tab > Integration. At this screen in the UI you can enter the access and secret key pair. My question is; can this be set programmatically via Terraform? If so, what method or API call are you using to do so?
Thanks in advance for any guidance!

Hello @ChristianW.21804 (Customer) Thank you for reaching out to our community.
Looking over this documentation here:
https://registry.terraform.io/providers/okta/okta/latest/docs/resources/app_saml
You have a notice that this is currently not configurable: " Notice: you can't currently configure provisioning features via the API."
Hope this helps!
Thank you @Paul S. (Okta, Inc.) !
Hello, my question is not related to provisioning features, but rather the "Sign On" tab, and its detail in terraform code. We want to use the SAML 2.0 option. Any guidance is appreciated.