A Terraform provider to manage Okta resources, enabling infrastructure-as-code provisioning and management of users, groups, applications, and other Okta objects.
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
We want to provision Okta SAML 2.0 custom app via terraform. The current configuration uses Assertion Encryption. There are 100s of SAML app we have to create based on requirements, and its not easy to do it manually via Admin Console. So we are looking at terraform resource / API.
So far what we saw to enable Assertion Encryption via Admin Console, the browser sends these 6 fields post uploading the file via an internal file API -
OR we are go with a totally new resource like okta_app_saml_assertion_encryption as existing okta_app_saml doesn't have any state change if we enable / disable manually via Admin Console.
Community Note
Description
We want to provision Okta SAML 2.0 custom app via terraform. The current configuration uses
Assertion Encryption
. There are 100s of SAML app we have to create based on requirements, and its not easy to do it manually via Admin Console. So we are looking at terraform resource / API.So far what we saw to enable Assertion Encryption via Admin Console, the browser sends these 6 fields post uploading the file via an internal file API -
We couldn't find any settings in
okta_app_saml
or any other terraform resource. And on the API doc it is mentionedNew or Affected Resource(s)
Potential Terraform Configuration
And the corresponding 6 Attributes Reference mentioned above.
OR we are go with a totally new resource like
okta_app_saml_assertion_encryption
as existingokta_app_saml
doesn't have any state change if we enable / disable manually via Admin Console.References
cc: @ravalierukulla @gitsidgo