okta / terraform-provider-okta

A Terraform provider to manage Okta resources, enabling infrastructure-as-code provisioning and management of users, groups, applications, and other Okta objects.
https://registry.terraform.io/providers/okta/okta
Mozilla Public License 2.0
259 stars 209 forks source link

Can I create and manage OIN apps? #1510

Open te-ak opened 1 year ago

te-ak commented 1 year ago

I am attempting to integrate an internal app. I created the app using Terraform and everything works perfectly. Except one thing, my app is sending PUT requests to my HTTP endpoint.

After consulting with support, I found out that you can get PATCH functionality by using one of these app templates: SCIM 2.0 Test App (Header Auth) SCIM 2.0 Test App (Basic Auth) SCIM 2.0 Test App (OAuth Bearer Token)

What would the syntax be to create and manage a custom SAML app using the templates?

te-ak commented 1 year ago

Upon reading the docs, I see a preconfigured_app field. I think I can specify scim2testapp_basic as the value and it will work.

niyazhussain commented 2 months ago

@te-ak could you please share the doc here ?