A Terraform provider to manage Okta resources, enabling infrastructure-as-code provisioning and management of users, groups, applications, and other Okta objects.
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?
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?